mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-22 22:04:46 +08:00
Refactor: replace independent scheduled DowntimeFetch task with on-demand auto-fetch
This commit is contained in:
@@ -81,7 +81,9 @@ class GeneratedConfig:
|
||||
Downtime_Title = None
|
||||
|
||||
# Group `DowntimeStrategy`
|
||||
DowntimeStrategy_AutoFetch = False
|
||||
DowntimeStrategy_ManageExercise = False
|
||||
DowntimeStrategy_ExerciseClearTime = '15:00:00'
|
||||
DowntimeStrategy_ManageDaily = False
|
||||
|
||||
# Group `Campaign`
|
||||
@@ -690,6 +692,9 @@ class GeneratedConfig:
|
||||
# Group `GameManager`
|
||||
GameManager_AutoRestart = True
|
||||
|
||||
# Group `DowntimeFetch`
|
||||
DowntimeFetch_FetcherTest = False
|
||||
|
||||
# Group `Oil`
|
||||
Oil_Value = 0
|
||||
Oil_Limit = 0
|
||||
|
||||
Reference in New Issue
Block a user