mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 23:03:33 +08:00
Add: auto-run config in deploy
Auto-run specified config when startup
This commit is contained in:
@@ -58,6 +58,7 @@ class ConfigModel:
|
||||
DpiScaling: bool = True
|
||||
Password: Optional[str] = None
|
||||
CDN: Union[str, bool] = False
|
||||
RUN: Optional[str] = None
|
||||
|
||||
|
||||
class DeployConfig(ConfigModel):
|
||||
|
||||
@@ -148,3 +148,7 @@ Deploy:
|
||||
# 'false' for self host cdn (automatically)
|
||||
# 'https://path.to.your/cdn' to use custom cdn
|
||||
CDN: false
|
||||
# --run. Auto-run specified config when startup
|
||||
# 'default' null
|
||||
# 'alas' for default config
|
||||
RUN: null
|
||||
|
||||
Reference in New Issue
Block a user