feat: 添加导出连接功能

This commit is contained in:
Baobhan Sith
2025-05-10 16:35:20 +08:00
parent 4b9d086ae6
commit b702eb3b88
11 changed files with 379 additions and 29 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export const initializeWebSocket = async (server: http.Server, sessionParser: Re
});
console.log('WebSocket 服务器初始化完成 (重构版)。');
console.log('WebSocket 服务器初始化完成。');
return wss;
};