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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user