mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Add: shop module support voucher shop (os supply / exchange)
This commit is contained in:
@@ -14,7 +14,11 @@ from module.statistics.item import ItemGrid
|
||||
from module.tactical.tactical_class import Book
|
||||
|
||||
FILTER_REGEX = re.compile(
|
||||
'^(cube|drill|chip|array|pr|dr|box|bulin|book|food|plate|retrofit|cat)'
|
||||
'^(array|book|box|bulin|cat'
|
||||
'|chip|coin|cube|drill|food'
|
||||
'|plate|retrofit|pr|dr'
|
||||
'|logger|tuning'
|
||||
'|hecombatplan)'
|
||||
|
||||
'(neptune|monarch|ibuki|izumo|roon|saintlouis'
|
||||
'|seattle|georgia|kitakaze|azuma|friedrich'
|
||||
@@ -23,7 +27,9 @@ FILTER_REGEX = re.compile(
|
||||
'|plymouth|rupprecht|harbin|chkalov|brest'
|
||||
'|red|blue|yellow'
|
||||
'|general|gun|torpedo|antiair|plane|wild'
|
||||
'|dd|cl|bb|cv)?'
|
||||
'|dd|cl|bb|cv'
|
||||
'|abyssal|obscure|file'
|
||||
'|combat|offense|survival)?'
|
||||
|
||||
'(s[1-5]|t[1-6])?$',
|
||||
flags=re.IGNORECASE)
|
||||
|
||||
Reference in New Issue
Block a user