提交 077c3150fa9cf3afa451e98e8e9cca518e8c6be4
1 个父辈
4f5d0e37
update to v1.0.29-release
正在显示
3 个修改的文件
包含
1 行增加
和
1 行删除
不能预览此文件类型
不能预览此文件类型
... | ... | @@ -108,7 +108,7 @@ function sendSignUpInfo(encrypted){ |
108 | 108 | $("#accountidbox").addClass("has-error"); |
109 | 109 | break; |
110 | 110 | case "illegalaccount": |
111 | - showAlert("提示:注册失败,账户名中不得包含“=”或“:”。"); | |
111 | + showAlert("提示:注册失败,账户名中不得包含“=”或“:”,且首个字符不能为“#”。"); | |
112 | 112 | $("#accountidbox").addClass("has-error"); |
113 | 113 | break; |
114 | 114 | case "mustlogout": | ... | ... |