mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-08 04:41:45 +08:00
Opt: Disable Restart.Scheduler.Enable
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
},
|
},
|
||||||
"Restart": {
|
"Restart": {
|
||||||
"Scheduler": {
|
"Scheduler": {
|
||||||
"Enable": false,
|
"Enable": true,
|
||||||
"NextRun": "2020-01-01 00:00:00",
|
"NextRun": "2020-01-01 00:00:00",
|
||||||
"Command": "Restart",
|
"Command": "Restart",
|
||||||
"SuccessInterval": 0,
|
"SuccessInterval": 0,
|
||||||
|
|||||||
@@ -228,8 +228,8 @@
|
|||||||
"Restart": {
|
"Restart": {
|
||||||
"Scheduler": {
|
"Scheduler": {
|
||||||
"Enable": {
|
"Enable": {
|
||||||
"type": "checkbox",
|
"type": "disable",
|
||||||
"value": false
|
"value": true
|
||||||
},
|
},
|
||||||
"NextRun": {
|
"NextRun": {
|
||||||
"type": "input",
|
"type": "input",
|
||||||
|
|||||||
@@ -6,6 +6,9 @@
|
|||||||
|
|
||||||
Restart:
|
Restart:
|
||||||
Scheduler:
|
Scheduler:
|
||||||
|
Enable:
|
||||||
|
value: true
|
||||||
|
type: disable
|
||||||
SuccessInterval: 0
|
SuccessInterval: 0
|
||||||
FailureInterval: 0
|
FailureInterval: 0
|
||||||
ServerUpdate: 00:00
|
ServerUpdate: 00:00
|
||||||
|
|||||||
Reference in New Issue
Block a user