1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 23:57:23 +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)?'
'(red|blue|yellow)?'
'-?'
'(t[123])?'
'(t[1234])?'
),
attr=('same_str', 'genre_str', 'tier_str'),
preset=('first',)