mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Add: Research filter optimizer and optimized presets
This commit is contained in:
@@ -586,6 +586,8 @@ class ResearchSelector(UI):
|
||||
preset = 'series_4'
|
||||
string = DICT_FILTER_PRESET[preset]
|
||||
|
||||
logger.attr('Research preset', preset)
|
||||
|
||||
# Filter uses `hakuryu`, but allows both `hakuryu` and `hakuryuu`
|
||||
string = string.lower().replace('hakuryuu', 'hakuryu')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user