Merge branch 'alpha' of github.com:x-Ai/new-api into x-Ai-alpha

This commit is contained in:
creamlike1024
2025-08-31 14:03:17 +08:00
19 changed files with 2428 additions and 170 deletions
+1
View File
@@ -8,6 +8,7 @@ type UserSetting struct {
NotificationEmail string `json:"notification_email,omitempty"` // NotificationEmail 通知邮箱地址
AcceptUnsetRatioModel bool `json:"accept_unset_model_ratio_model,omitempty"` // AcceptUnsetRatioModel 是否接受未设置价格的模型
RecordIpLog bool `json:"record_ip_log,omitempty"` // 是否记录请求和错误日志IP
SidebarModules string `json:"sidebar_modules,omitempty"` // SidebarModules 左侧边栏模块配置
}
var (