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:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user