mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Add: custom common dd filter
This commit is contained in:
@@ -1867,6 +1867,7 @@
|
||||
"type": "select",
|
||||
"value": "any",
|
||||
"option": [
|
||||
"custom",
|
||||
"any",
|
||||
"favourite",
|
||||
"aulick_or_foote",
|
||||
@@ -1875,6 +1876,10 @@
|
||||
"DDG"
|
||||
]
|
||||
},
|
||||
"CommonDDFilter": {
|
||||
"type": "textarea",
|
||||
"value": "z20 > z21 > aulick > foote > cassin > downes"
|
||||
},
|
||||
"EquipmentCode": {
|
||||
"type": "textarea",
|
||||
"value": "DD: null\nbogue: null\nhermes: null\nlangley: null\nranger: null",
|
||||
|
||||
@@ -281,7 +281,9 @@ GemsFarming:
|
||||
option: [ disabled, ship, ship_equip ]
|
||||
CommonDD:
|
||||
value: any
|
||||
option: [ any, favourite, aulick_or_foote , cassin_or_downes, z20_or_z21, DDG]
|
||||
option: [ custom, any, favourite, aulick_or_foote , cassin_or_downes, z20_or_z21, DDG]
|
||||
CommonDDFilter: |-
|
||||
z20 > z21 > aulick > foote > cassin > downes
|
||||
EquipmentCode:
|
||||
type: textarea
|
||||
mode: yaml
|
||||
|
||||
Reference in New Issue
Block a user