This commit is contained in:
2026-08-08 00:48:09 +08:00
parent ede373b888
commit 32f5d434b1
4 changed files with 52 additions and 20 deletions
+1
View File
@@ -12,6 +12,7 @@ except:
class Config(BaseModel):
assets_studio_path: str
github_token: str | None = None
pjsk_proxy: str | None = None
@property
def proxy(self) -> str | None:
return _proxy