1
0
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:
LmeSzinc
2025-07-11 00:37:33 +08:00
parent bfaf922408
commit cbba8f024a

View File

@@ -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'