fix 修正readme 去除无用配置 修改版本号

This commit is contained in:
ZJY 2021-09-27 17:51:07 +08:00
parent 072fe83e20
commit f30aa6a1a6
3 changed files with 11 additions and 3 deletions

View File

@ -13,7 +13,6 @@ IsHelp: #填写true或者false false
IsOldV4: #填写true或者false false是否新版或者旧版V4
ApiToken: #为空默认随机禁用
Wskey: # 填空默认禁用wskey转换 需要的填true
SMSAddress:
IsAddFriend: #填写true或者false false
Lim: #填写1-N 代表限制次数
theme:

View File

@ -11,8 +11,8 @@ import (
"github.com/beego/beego/v2/core/logs"
)
var version = "20210921"
var describe = "中秋特别更新"
var version = "20210927"
var describe = "日常更新"
var AppName = "xdd"
var pname = regexp.MustCompile(`/([^/\s]+)`).FindStringSubmatch(os.Args[0])[1]

View File

@ -7,6 +7,15 @@
# 更新日志
## 9-27
增加配置是否自动添加好友 注意看配置
增加短信自动绑定QQ (此接口面向傻妞对接)
增加lim配置可对查询等各种命令进行次数限制。
会员中心代码内测中
## 9-24
即将上线CK提交页面会员中心页面