fix QQ转账

This commit is contained in:
ZJY 2021-10-11 11:33:36 +08:00
parent fabb39fef6
commit a77b2c94a9
2 changed files with 3 additions and 2 deletions

View File

@ -11,8 +11,8 @@ import (
"github.com/beego/beego/v2/core/logs"
)
var version = "20211004"
var describe = "国庆版本"
var version = "20211011"
var describe = "最终稳定版"
var AppName = "xdd"
var pname = regexp.MustCompile(`/([^/\s]+)`).FindStringSubmatch(os.Args[0])[1]

View File

@ -16,6 +16,7 @@
## 10-11
- 适配V2.8+版本包括即将来的3.0版本都适配了 = - 基本你们能用到黄了把
- 修复了QQ转账功能
## 10-07