1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 10:58:21 +08:00

Add: PR5 filter presets

This commit is contained in:
LmeSzinc
2022-07-16 18:54:50 +08:00
parent ccf1827995
commit 69851e5718
10 changed files with 59 additions and 5 deletions

View File

@@ -620,7 +620,7 @@ class ResearchSelector(UI):
preset = f'{preset}_cube'
if preset not in DICT_FILTER_PRESET:
logger.warning(f'Preset not found: {preset}, use default preset')
preset = 'series_4_blueprint_tenrai'
preset = 'series_5_blueprint_152'
string = DICT_FILTER_PRESET[preset]
logger.attr('Research preset', preset)