feat: add system config item for wechat qrcode

This commit is contained in:
RockYang
2024-01-19 16:58:13 +08:00
parent c9cd082855
commit 15b2ec9721
7 changed files with 320 additions and 254 deletions

View File

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