修正分支合并
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -508,10 +508,6 @@ return{
|
|||||||
password="密码",
|
password="密码",
|
||||||
password2="确认密码",
|
password2="确认密码",
|
||||||
},
|
},
|
||||||
netgame={
|
|
||||||
title="在线游戏",
|
|
||||||
test="测试",
|
|
||||||
},
|
|
||||||
account={
|
account={
|
||||||
title="账户",
|
title="账户",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user