1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 02:17:28 +08:00

Add: Select research projects by numbers

This commit is contained in:
LmeSzinc
2022-10-31 20:57:58 +08:00
parent 44e83b176a
commit bad2995982
2 changed files with 14 additions and 2 deletions

View File

@@ -22,8 +22,9 @@ FILTER_REGEX = re.compile('(s[12345])?'
'(dr|pry)?'
'([bcdeghqt])?'
'-?'
'(\d{3})?'
'(\d.\d|\d\d?)?')
FILTER_ATTR = ('series', 'ship', 'ship_rarity', 'genre', 'duration')
FILTER_ATTR = ('series', 'ship', 'ship_rarity', 'genre', 'number', 'duration')
FILTER_PRESET = ('shortest', 'cheapest', 'reset')
FILTER = Filter(FILTER_REGEX, FILTER_ATTR, FILTER_PRESET)