chore: make limit happy

This commit is contained in:
MoonLeeeaf
2024-06-01 14:33:40 +08:00
parent 3a4d733c13
commit 47afacbba3
3 changed files with 133 additions and 9 deletions

View File

@@ -8,6 +8,10 @@ const viewBinding = NData.mount($("#app").get(0))
let client
/**
* 初始化客户端
* @param {String} 服务器地址
*/
function setUpClient(server) {
if (server && server !== "")
client = new io(server, {