修复对战房间内退出设置界面会尝试连接ws-stream的问题,整理代码
This commit is contained in:
@@ -108,6 +108,7 @@ return{
|
||||
-- connStream="CONNECTING",
|
||||
-- waitStream="WAITING",
|
||||
-- champion="$1 won",
|
||||
-- spectating="Spectating",
|
||||
chatRemain="Online",
|
||||
chatStart="------Começo do log------",
|
||||
chatHistory="------Novas mensagens abaixo------",
|
||||
|
||||
@@ -95,7 +95,7 @@ return{
|
||||
wsSuccessed="WebSocket: conectado",
|
||||
wsFailed="WebSocket: conexión fallida",
|
||||
wsClose="WebSocket cerrado: ",
|
||||
waitNetTask="Conectando, espera por favor",
|
||||
-- netTimeout="Network connection timeout",
|
||||
|
||||
-- onlinePlayerCount="Online",
|
||||
|
||||
|
||||
@@ -91,11 +91,11 @@ return{
|
||||
accessSuccessed="身份验证成功",
|
||||
accessFailed="身份验证失败",
|
||||
|
||||
wsConnecting="正在连接WS",
|
||||
wsSuccessed="WS连接成功",
|
||||
wsFailed="WS连接失败",
|
||||
wsClose="WS被断开: ",
|
||||
netTimeout="网络连接超时",
|
||||
wsConnecting="正在连接",
|
||||
wsSuccessed="连接成功",
|
||||
wsFailed="连接失败",
|
||||
wsClose="连接被断开: ",
|
||||
netTimeout="连接超时",
|
||||
|
||||
onlinePlayerCount="在线人数",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user