mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Add: Series 7 filter
This commit is contained in:
@@ -12,14 +12,15 @@ from module.research.project import research_detect, research_jp_detect
|
||||
from module.research.ui import ResearchUI
|
||||
|
||||
RESEARCH_ENTRANCE = [ENTRANCE_1, ENTRANCE_2, ENTRANCE_3, ENTRANCE_4, ENTRANCE_5]
|
||||
FILTER_REGEX = re.compile('(s[123456])?'
|
||||
FILTER_REGEX = re.compile('(s[1234567])?'
|
||||
'-?'
|
||||
'(neptune|monarch|ibuki|izumo|roon|saintlouis'
|
||||
'|seattle|georgia|kitakaze|azuma|friedrich'
|
||||
'|gascogne|champagne|cheshire|drake|mainz|odin'
|
||||
'|anchorage|hakuryu|agir|august|marcopolo'
|
||||
'|plymouth|rupprecht|harbin|chkalov|brest'
|
||||
'|kearsarge|hindenburg|shimanto|schultz|flandre)?'
|
||||
'|kearsarge|hindenburg|shimanto|schultz|flandre'
|
||||
'|napoli|nakhimov|halford|bayard|daisen)?'
|
||||
'(dr|pry)?'
|
||||
'([bcdeghqt])?'
|
||||
'-?'
|
||||
|
||||
Reference in New Issue
Block a user