chore: 规范命名

This commit is contained in:
MoonLeeeaf
2024-05-29 17:40:10 +08:00
parent 9f456b95c1
commit 822a4ad4da
6 changed files with 559 additions and 24 deletions

View File

@@ -19,10 +19,10 @@ const vals = require("./val")
const color = require("./color")
//定义 Http 服务器回调
let httpServerCallback = require("./httpApi")
let httpServerCallback = require("./http-api")
// 定义 Socket.io 服务器回调
let wsServerCallback = require("./wsApi")
let wsServerCallback = require("./ws-api")
let httpServer
if (vals.LINGCHAIR_SERVER_CONFIG.useHttps)