更新联网相关代码(非最终,但不会运行到)

This commit is contained in:
MrZ626
2021-03-01 16:35:09 +08:00
parent 33101665e3
commit a9c892e6c7
9 changed files with 230 additions and 134 deletions

View File

@@ -7,10 +7,10 @@ local function login()
LOG.print(text.noPassword)return
end
--[[TODO
json.encode{
WS.send("user",json.encode{
email=email,
password=password,
}
})
]]
end