mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Add: PR/DR5 shop assets
Upd: shop regex string
This commit is contained in:
@@ -19,11 +19,12 @@ FILTER_REGEX = re.compile(
|
||||
'|seattle|georgia|kitakaze|azuma|friedrich'
|
||||
'|gascogne|champagne|cheshire|drake|mainz|odin'
|
||||
'|anchorage|hakuryu|agir|august|marcopolo'
|
||||
'|plymouth|rupprecht|harbin|chkalov|brest'
|
||||
'|red|blue|yellow'
|
||||
'|general|gun|torpedo|antiair|plane|wild'
|
||||
'|dd|cl|bb|cv)?'
|
||||
|
||||
'(s[1-4]|t[1-6])?$',
|
||||
'(s[1-5]|t[1-6])?$',
|
||||
flags=re.IGNORECASE)
|
||||
FILTER_ATTR = ('group', 'sub_genre', 'tier')
|
||||
FILTER = Filter(FILTER_REGEX, FILTER_ATTR)
|
||||
|
||||
Reference in New Issue
Block a user