1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-21 21:45:09 +08:00

Refactor: replace independent scheduled DowntimeFetch task with on-demand auto-fetch

This commit is contained in:
positnuec
2026-07-18 10:20:43 +08:00
parent 189645b97a
commit fbe037322a
21 changed files with 715 additions and 637 deletions

View File

@@ -136,6 +136,21 @@
"Storage": {}
}
},
"DowntimeMgmt": {
"Downtime": {
"Window": null,
"Title": null
},
"DowntimeStrategy": {
"AutoFetch": false,
"ManageExercise": false,
"ExerciseClearTime": "15:00:00",
"ManageDaily": false
},
"Storage": {
"Storage": {}
}
},
"Restart": {
"Scheduler": {
"Enable": true,
@@ -149,32 +164,6 @@
"Storage": {}
}
},
"DowntimeFetch": {
"Scheduler": {
"Enable": false,
"NextRun": "2020-01-01 00:00:00",
"Command": "DowntimeFetch",
"SuccessInterval": 30,
"FailureInterval": 30,
"ServerUpdate": "22:30"
},
"Storage": {
"Storage": {}
}
},
"DowntimeMgmt": {
"Downtime": {
"Window": null,
"Title": null
},
"DowntimeStrategy": {
"ManageExercise": false,
"ManageDaily": false
},
"Storage": {
"Storage": {}
}
},
"Main": {
"Scheduler": {
"Enable": false,
@@ -2379,6 +2368,14 @@
"Storage": {}
}
},
"DowntimeFetch": {
"DowntimeFetch": {
"FetcherTest": false
},
"Storage": {
"Storage": {}
}
},
"AzurLaneUncensored": {
"AzurLaneUncensored": {
"Repository": "https://gitee.com/LmeSzinc/AzurLaneUncensored"