系统设置页面功能完成

This commit is contained in:
RockYang
2023-05-03 09:48:37 +08:00
parent 556abf5276
commit fcfe0c7913
6 changed files with 181 additions and 99 deletions

View File

@@ -10,7 +10,6 @@ type Config struct {
Listen string
Session Session
ProxyURL []string
EnableAuth bool // 是否开启鉴权
Chat Chat
ImgURL ImgURL // 各种图片资源链接地址,比如微信二维码,群二维码
}