调整登录流程里弹出的信息

This commit is contained in:
MrZ_26
2022-09-29 18:36:19 +08:00
parent d259e05ca7
commit f41999c019
13 changed files with 37 additions and 47 deletions

View File

@@ -114,17 +114,16 @@ return{
noUsername="Error.NoUsername();",
wrongEmail="Error.WrongEmail();",
wrongCode="Error.WrongVerificationCode();",
noPassword="Error.NoPassword();",
diffPassword="Error.DiffPassword();",
registerRequestSent="register.RequestSent=true",
registerOK="register.Success=true",
loginOK="login.Success=true",
accessOK="Access.Granted=true",
checkEmail="register.RequestSent=true",
wsFailed="Error.Websocket.Failed();",
wsClose="Error.Websocket.Close=",
netTimeout="Error.ConnectTimeOut();",
serverDown="Error.ServerDown();",
requestFailed="Error.RequestFailed();",
onlinePlayerCount="OnlinePlayerCount",
createRoomSuccessed="CreateRoom.Successs=true",