1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 16:19:03 +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
commit b86572156f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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