1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 07:28:21 +08:00

chore: fix uppercase

This commit is contained in:
Mathhew
2022-09-22 14:07:16 +08:00
parent ebe60a48ea
commit e776ae2964
9 changed files with 10 additions and 10 deletions

View File

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