1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: add T4 to book filter

This commit is contained in:
Jie Lu 2022-07-09 19:24:10 +09:00
parent 82cfa485a1
commit 7a4b283893

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',)