1
0
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:
LmeSzinc
2022-01-08 23:32:07 +08:00
parent f8eeb44057
commit ec65cf918b
10 changed files with 1223 additions and 17 deletions

View File

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