mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Upd: [EN] support coolant (pre-maintenance), mail filter help text; resource already in assets/stat_basics
This commit is contained in:
@@ -16,7 +16,7 @@ MAIL_BUTTON_GRID = ButtonGrid(
|
||||
button_shape=(64, 64), grid_shape=(1, 3),
|
||||
name='MAIL_BUTTON_GRID')
|
||||
FILTER_REGEX = re.compile(
|
||||
'^(cube|coin|oil|merit|gem)$',
|
||||
'^(cube|coin|coolant|oil|merit|gem)$',
|
||||
flags=re.IGNORECASE)
|
||||
FILTER_ATTR = ['name']
|
||||
FILTER = Filter(FILTER_REGEX, FILTER_ATTR)
|
||||
|
||||
Reference in New Issue
Block a user