enable set custom index background image

This commit is contained in:
RockYang
2024-06-27 10:49:31 +08:00
parent 88e510d07a
commit 3fdcc895ed
7 changed files with 64 additions and 60 deletions

View File

@@ -226,5 +226,5 @@ type SystemConfig struct {
SdNegPrompt string `json:"sd_neg_prompt"` // SD 默认反向提示词
RandBg bool `json:"rand_bg"` // 前端首页是否启用随机背景
IndexBgURL string `json:"index_bg_url"` // 前端首页背景图片
}