mirror of
https://github.com/LingChair/LingChair-V0.git
synced 2025-12-08 10:05:49 +08:00
chore: make limit happy
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user