1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-14 11:16:19 +08:00

Feat: add module smart_mgmt

This commit is contained in:
positnuec
2026-07-10 07:25:18 +08:00
parent f92ee9907d
commit 9cc7aa804b
16 changed files with 727 additions and 6 deletions

View File

@@ -669,6 +669,78 @@
}
}
},
"DowntimeFetch": {
"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": "DowntimeFetch",
"display": "hide"
},
"SuccessInterval": {
"type": "input",
"value": 30,
"display": "hide"
},
"FailureInterval": {
"type": "input",
"value": 30,
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "22:30",
"display": "hide"
}
},
"Storage": {
"Storage": {
"type": "storage",
"value": {},
"valuetype": "ignore",
"display": "disabled"
}
}
},
"DowntimeMgmt": {
"Downtime": {
"Window": {
"type": "input",
"value": ""
},
"Title": {
"type": "input",
"value": "",
"display": "disabled"
}
},
"DowntimeStrategy": {
"ManageExercise": {
"type": "checkbox",
"value": false
}
},
"Storage": {
"Storage": {
"type": "storage",
"value": {},
"valuetype": "ignore",
"display": "disabled"
}
}
},
"Main": {
"Scheduler": {
"Enable": {