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

@@ -81,6 +81,8 @@ return{
registerFailed="Registration failed",
loginSuccessed="Successfully logged in!",
loginFailed="Login failed",
wsSuccessed="Websocket connected!",
wsFailed="Websocket failed to connect",
errorMsg="An error has occurred and Techmino needs to restart.\nError info has been created, and you can send it to the author.",
@@ -483,6 +485,10 @@ return{
password="Password",
password2="Reenter password",
},
netgame={
title="Online game",
test="Test",
},
account={
title="Account",
},