wip: 临时提交

This commit is contained in:
Ray.Hao
2025-04-23 08:29:22 +08:00
parent 55218701d0
commit 964dba59c7
3 changed files with 51 additions and 427 deletions

View File

@@ -8,6 +8,7 @@ export function setupWebSocket() {
// 初始化字典WebSocket服务
dictWebSocket.initWebSocket();
console.log("字典WebSocket初始化完成");
// 在窗口关闭前断开WebSocket连接
window.addEventListener("beforeunload", () => {