mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-13 10:58:02 +08:00
Add: config for equipment code in GemsFarming
This commit is contained in:
@@ -1599,6 +1599,14 @@
|
||||
}
|
||||
},
|
||||
"GemsFarming": {
|
||||
"ChangeFlagship": {
|
||||
"type": "select",
|
||||
"value": "ship",
|
||||
"option": [
|
||||
"ship",
|
||||
"ship_equip"
|
||||
]
|
||||
},
|
||||
"CommonCV": {
|
||||
"type": "select",
|
||||
"value": "any",
|
||||
@@ -1615,7 +1623,8 @@
|
||||
"value": "ship",
|
||||
"option": [
|
||||
"disabled",
|
||||
"ship"
|
||||
"ship",
|
||||
"ship_equip"
|
||||
]
|
||||
},
|
||||
"CommonDD": {
|
||||
@@ -1634,6 +1643,17 @@
|
||||
"value": true
|
||||
}
|
||||
},
|
||||
"EquipmentCode": {
|
||||
"ExportToConfig": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"Config": {
|
||||
"type": "textarea",
|
||||
"value": "DD: null\nbogue: null\nhermes: null\nlangley: null\nranger: null",
|
||||
"mode": "yaml"
|
||||
}
|
||||
},
|
||||
"Campaign": {
|
||||
"Name": {
|
||||
"type": "input",
|
||||
|
||||
Reference in New Issue
Block a user