Skip to content

Commit 79b3819

Browse files
committed
feat: add branding responses accounts and updater
1 parent 0971462 commit 79b3819

31 files changed

Lines changed: 3136 additions & 200 deletions

admin/bootstrap.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ func (h *Handler) PostBootstrap(c *gin.Context) {
183183
// 写入空值导致后续业务设置缺失。
184184
func defaultBootstrapSettings() *database.SystemSettings {
185185
return &database.SystemSettings{
186+
SiteName: database.DefaultSiteName,
186187
MaxConcurrency: 2,
187188
GlobalRPM: 0,
188189
TestModel: "gpt-5.4",

0 commit comments

Comments
 (0)