1
0
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:
LmeSzinc
2022-07-17 02:00:25 +08:00
parent 4c1afd5ea4
commit c84051b936
3 changed files with 6 additions and 3 deletions

View File

@@ -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,

View File

@@ -228,8 +228,8 @@
"Restart": { "Restart": {
"Scheduler": { "Scheduler": {
"Enable": { "Enable": {
"type": "checkbox", "type": "disable",
"value": false "value": true
}, },
"NextRun": { "NextRun": {
"type": "input", "type": "input",

View File

@@ -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