修复登陆密码判断bug

This commit is contained in:
bjdgyc
2021-03-02 15:28:08 +08:00
parent dd1eae5d32
commit ddba116fbf
4 changed files with 9 additions and 4 deletions

View File

@@ -2,5 +2,5 @@ package base
const (
APP_NAME = "AnyLink"
APP_VER = "0.1.6"
APP_VER = "0.1.7"
)