1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 08:47:20 +08:00

Merge pull request #1666 from Suwmlee/master

Add: auto-run config in deploy
This commit is contained in:
LmeSzinc
2022-09-25 00:29:45 +08:00
committed by GitHub
9 changed files with 44 additions and 1 deletions

View File

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

View File

@@ -148,3 +148,8 @@ 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
# 'null' default no specified config
# '["alas"]' specified "alas" config
# '["alas","alas2"]' specified "alas" "alas2" configs
Run: null