mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Upd: [EN] support coolant (pre-maintenance), mail filter help text; resource already in assets/stat_basics
This commit is contained in:
@@ -6325,7 +6325,7 @@
|
||||
},
|
||||
"Filter": {
|
||||
"type": "textarea",
|
||||
"value": "Merit"
|
||||
"value": "Merit > Coolant"
|
||||
},
|
||||
"Delete": {
|
||||
"type": "checkbox",
|
||||
|
||||
@@ -462,7 +462,7 @@ DataKey:
|
||||
Mail:
|
||||
Collect: true
|
||||
Filter: |-
|
||||
Merit
|
||||
Merit > Coolant
|
||||
Delete: false
|
||||
SupplyPack:
|
||||
Collect: true
|
||||
|
||||
@@ -294,7 +294,7 @@ class GeneratedConfig:
|
||||
|
||||
# Group `Mail`
|
||||
Mail_Collect = True
|
||||
Mail_Filter = 'Merit'
|
||||
Mail_Filter = 'Merit > Coolant'
|
||||
Mail_Delete = False
|
||||
|
||||
# Group `SupplyPack`
|
||||
|
||||
@@ -1717,7 +1717,7 @@
|
||||
},
|
||||
"Filter": {
|
||||
"name": "Mail Filter",
|
||||
"help": "Filter as to which mail types should be collected\nSupports Merit, Coin, Cube, Oil, and/or Gem"
|
||||
"help": "Filter as to which mail types should be collected\nSupports Merit, Coolant, Coin, Cube, Oil, and/or Gem"
|
||||
},
|
||||
"Delete": {
|
||||
"name": "Delete Collected Mail Rewards",
|
||||
|
||||
@@ -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