feat: add default language configuration

This commit is contained in:
shiyu
2026-04-19 16:42:19 +08:00
parent 398dbcf8ae
commit 1101273077
17 changed files with 165 additions and 59 deletions
+1
View File
@@ -14,6 +14,7 @@ class SystemStatus(BaseModel):
logo: str
favicon: str
is_initialized: bool
default_language: str = "zh"
app_domain: Optional[str] = None
file_domain: Optional[str] = None