enable use random pure color background for index page

This commit is contained in:
RockYang
2024-07-19 18:43:01 +08:00
parent 7463cfc66c
commit cb0dacd5e0
14 changed files with 290 additions and 151 deletions

View File

@@ -228,5 +228,6 @@ type SystemConfig struct {
SdNegPrompt string `json:"sd_neg_prompt"` // SD 默认反向提示词
IndexBgURL string `json:"index_bg_url"` // 前端首页背景图片
IndexNavs []int `json:"index_navs"` // 首页显示的导航菜单
Copyright string `json:"copyright"` // 版权信息
}