fix 修正readme 去除无用配置 修改版本号
This commit is contained in:
parent
072fe83e20
commit
f30aa6a1a6
@ -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:
|
||||
|
||||
@ -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]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user