feat: 弃用旧的聊天配置

This commit is contained in:
1808837298@qq.com
2024-10-12 19:36:55 +08:00
parent 6a8a4bcf65
commit 89ddf83b44
9 changed files with 392 additions and 212 deletions

View File

@@ -63,6 +63,7 @@ func GetStatus(c *gin.Context) {
"default_collapse_sidebar": common.DefaultCollapseSidebar,
"enable_online_topup": constant.PayAddress != "" && constant.EpayId != "" && constant.EpayKey != "",
"mj_notify_enabled": constant.MjNotifyEnabled,
"chats": constant.Chats,
},
})
return