Merge pull request #2842 from QuantumNous/feat/backend-i18n

feat: backend i18n
This commit is contained in:
Calcium-Ion
2026-02-05 01:57:44 +08:00
committed by GitHub
31 changed files with 1608 additions and 361 deletions
+1
View File
@@ -14,6 +14,7 @@ type UserSetting struct {
RecordIpLog bool `json:"record_ip_log,omitempty"` // 是否记录请求和错误日志IP
SidebarModules string `json:"sidebar_modules,omitempty"` // SidebarModules 左侧边栏模块配置
BillingPreference string `json:"billing_preference,omitempty"` // BillingPreference 扣费策略(订阅/钱包)
Language string `json:"language,omitempty"` // Language 用户语言偏好 (zh, en)
}
var (