mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Fix: Missing series in FILTER_REGEX
This commit is contained in:
@@ -12,7 +12,7 @@ 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[1234567])?'
|
||||
FILTER_REGEX = re.compile('(s[12345678])?'
|
||||
'-?'
|
||||
'(neptune|monarch|ibuki|izumo|roon|saintlouis'
|
||||
'|seattle|georgia|kitakaze|azuma|friedrich'
|
||||
|
||||
Reference in New Issue
Block a user