Update api path, add global table (#16)

This commit is contained in:
Particle_G
2020-12-02 23:51:30 +08:00
committed by MrZ626
parent cd3eab103c
commit ac701c4759
13 changed files with 132 additions and 10 deletions

View File

@@ -82,6 +82,8 @@ return{
registerFailed="注册失败",
loginSuccessed="登录成功!",
loginFailed="登录失败",
wsSuccessed="连接成功!",
wsFailed="连接失败",
errorMsg="Techmino遭受了雷击,需要重新启动.\n我们已收集了一些错误信息,你可以向作者进行反馈.",
@@ -506,6 +508,10 @@ return{
password="密码",
password2="确认密码",
},
netgame={
title="在线游戏",
test="测试",
},
account={
title="账户",
},