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

Upd: mail filter decorcoin support

This commit is contained in:
nEEtdo0d
2022-11-13 20:56:56 -05:00
parent d363077de7
commit 1b9ee1f070
2 changed files with 3 additions and 3 deletions

View File

@@ -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|coolant|oil|merit|gem)$',
'^(cube|coin|coolant|decorcoin|oil|merit|gem)$',
flags=re.IGNORECASE)
FILTER_ATTR = ['name']
FILTER = Filter(FILTER_REGEX, FILTER_ATTR)