修正分支合并

This commit is contained in:
MrZ626
2020-12-03 00:06:09 +08:00
parent ac701c4759
commit 1bb8df5db5
5 changed files with 1 additions and 19 deletions

View File

@@ -190,9 +190,7 @@ do--httpRequest
wsConnect= wsConnect=
client and function(tick,path,header) client and function(tick,path,header)
local task,err=client.wsraw{ local task,err=client.wsraw{
-- url="http://krakens.tpddns.cn:10026"..path, url="http://krakens.tpddns.cn:10026"..path,
url="ws://127.0.0.1:10026"..path,
origin = "127.0.0.1",
header=header, header=header,
} }
if task then if task then

View File

@@ -485,10 +485,6 @@ return{
password="Password", password="Password",
password2="Reenter password", password2="Reenter password",
}, },
netgame={
title="Online game",
test="Test",
},
account={ account={
title="Account", title="Account",
}, },

View File

@@ -482,10 +482,6 @@ return{
password="Mot de passe", password="Mot de passe",
password2="Confirmer le mot de passe", password2="Confirmer le mot de passe",
}, },
netgame={ -- TODO: translation
title="Online game",
test="Test",
},
account={ account={
title="Compte", title="Compte",
}, },

View File

@@ -487,10 +487,6 @@ return{
password="Contraseña", password="Contraseña",
password2="Repetir Contr.", password2="Repetir Contr.",
}, },
netgame={ -- TODO: translation
title="Online game",
test="Test",
},
account={ account={
title="Cuenta", title="Cuenta",
}, },

View File

@@ -508,10 +508,6 @@ return{
password="密码", password="密码",
password2="确认密码", password2="确认密码",
}, },
netgame={
title="在线游戏",
test="测试",
},
account={ account={
title="账户", title="账户",
}, },