1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-16 16:09:40 +08:00

Add: auto-run config in deploy

Auto-run specified config when startup
This commit is contained in:
Mathhew
2022-09-19 17:52:18 +08:00
parent 110688c4b6
commit acc4fab614
3 changed files with 11 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):