mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Upd: Default research and commission filter
- Allow both hakuryu and hakuryuu in research
This commit is contained in:
@@ -576,6 +576,9 @@ class ResearchSelector(UI):
|
||||
preset = 'series_4'
|
||||
string = DICT_FILTER_PRESET[preset]
|
||||
|
||||
# Filter uses `hakuryu`, but allows both `hakuryu` and `hakuryuu`
|
||||
string = string.lower().replace('hakuryuu', 'hakuryu')
|
||||
|
||||
FILTER.load(string)
|
||||
priority = FILTER.apply(self.projects, func=self._research_check)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user