mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
chore: fix uppercase
This commit is contained in:
@@ -58,7 +58,7 @@ class ConfigModel:
|
||||
DpiScaling: bool = True
|
||||
Password: Optional[str] = None
|
||||
CDN: Union[str, bool] = False
|
||||
RUN: Optional[str] = None
|
||||
Run: Optional[str] = None
|
||||
|
||||
|
||||
class DeployConfig(ConfigModel):
|
||||
|
||||
@@ -152,4 +152,4 @@ Deploy:
|
||||
# 'null' default no specified config
|
||||
# '["alas"]' specified "alas" config
|
||||
# '["alas","alas2"]' specified "alas" "alas2" configs
|
||||
RUN: null
|
||||
Run: null
|
||||
|
||||
Reference in New Issue
Block a user