update to v1.0.29-release

master v1.0.29-release
kohgylw@163.com 2020-05-13 17:17:40 +08:00
parent 4f5d0e377b
commit 077c3150fa
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -108,7 +108,7 @@ function sendSignUpInfo(encrypted){
$("#accountidbox").addClass("has-error");
break;
case "illegalaccount":
showAlert("提示:注册失败,账户名中不得包含“=”或“:”。");
showAlert("提示:注册失败,账户名中不得包含“=”或“:”,且首个字符不能为“#”。");
$("#accountidbox").addClass("has-error");
break;
case "mustlogout":