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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user