主菜单点击联网游戏按钮尝试连接时会有文字提示

This commit is contained in:
MrZ626
2021-05-14 18:58:44 +08:00
parent 0c66ca1bdc
commit 622b1a5e25
6 changed files with 21 additions and 5 deletions

View File

@@ -93,6 +93,8 @@ return{
loginFailed="Failed to log in.",
accessSuccessed="Access Granted.",
accessFailed="Access Denied.",
wsConnecting="Websocket: Connecting",
wsSuccessed="WebSocket: Connected.",
wsFailed="WebSocket: Connection Failed.",
wsClose="WebSocket Closed: ",
@@ -106,7 +108,8 @@ return{
joinRoom="has joined the room.",
leaveRoom="has left the room.",
ready="READY",
set="SET",
connStream="CONNECTING",
waitStream="CONNECTED",
champion="$1 won",
chatRemain="Online",
chatStart="------Beginning of log------",