feat: system notice function is ready

This commit is contained in:
RockYang
2024-01-19 18:19:51 +08:00
parent 479f94c372
commit bfeea555b2
2 changed files with 1 additions and 16 deletions

View File

@@ -195,6 +195,5 @@ type SystemConfig struct {
InviteChatCalls int `json:"invite_chat_calls"` // 邀请用户注册奖励对话次数
InviteImgCalls int `json:"invite_img_calls"` // 邀请用户注册奖励绘图次数
ShowDemoNotice bool `json:"show_demo_notice"` // 显示演示站公告
WechatCardURL string `json:"wechat_card_url"` // 微信客服地址
WechatCardURL string `json:"wechat_card_url"` // 微信客服地址
}