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

Fix: Unable to override null arguments

This commit is contained in:
SarContDeli
2022-11-05 09:45:24 +08:00
parent ad61593350
commit d73336af5a
5 changed files with 32 additions and 20 deletions

View File

@@ -137,7 +137,7 @@
"MaaFight": {
"Stage": {
"type": "select",
"value": "last",
"value": "custom",
"option": [
"last",
"1-7",
@@ -154,23 +154,28 @@
"PR-D-1",
"PR-D-2",
"custom"
]
],
"display": "hide"
},
"CustomStage": {
"type": "input",
"value": null
"value": "Annihilation",
"display": "hide"
},
"Medicine": {
"type": "input",
"value": null
"value": 0,
"display": "hide"
},
"Stone": {
"type": "input",
"value": null
"value": 0,
"display": "hide"
},
"Times": {
"type": "input",
"value": null
"value": 5,
"display": "hide"
},
"Drops": {
"type": "textarea",
@@ -324,15 +329,18 @@
},
"Medicine": {
"type": "input",
"value": null
"value": 0,
"display": "hide"
},
"Stone": {
"type": "input",
"value": null
"value": 0,
"display": "hide"
},
"Times": {
"type": "input",
"value": null
"value": 0,
"display": "hide"
},
"Drops": {
"type": "textarea",