1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-01 13:54:53 +08:00

Merge pull request #1314 from jie17/fix-book-filter

Fix: add T4 to book filter
This commit is contained in:
LmeSzinc
2022-07-09 20:35:41 +08:00
committed by GitHub

View File

@@ -57,7 +57,7 @@ BOOK_FILTER = Filter(
'(same)?' '(same)?'
'(red|blue|yellow)?' '(red|blue|yellow)?'
'-?' '-?'
'(t[123])?' '(t[1234])?'
), ),
attr=('same_str', 'genre_str', 'tier_str'), attr=('same_str', 'genre_str', 'tier_str'),
preset=('first',) preset=('first',)