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

Add: Task Awaken to GUI

This commit is contained in:
LmeSzinc
2025-01-04 21:55:06 +08:00
parent c8bf55b4ad
commit da81498211
13 changed files with 192 additions and 14 deletions

View File

@@ -7231,6 +7231,61 @@
}
}
},
"Awaken": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false,
"option": [
true,
false
]
},
"NextRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "input",
"value": "Awaken",
"display": "hide"
},
"SuccessInterval": {
"type": "input",
"value": 0,
"display": "hide"
},
"FailureInterval": {
"type": "input",
"value": 120,
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "00:00",
"display": "hide"
}
},
"Awaken": {
"LevelCap": {
"type": "select",
"value": "level120",
"option": [
"level120",
"level125"
]
}
},
"Storage": {
"Storage": {
"type": "storage",
"value": {},
"valuetype": "ignore",
"display": "disabled"
}
}
},
"Daily": {
"Scheduler": {
"Enable": {