This commit is contained in:
2025-06-26 09:37:42 +08:00
parent 85c176597b
commit 274c798ac8
2 changed files with 3 additions and 3 deletions

View File

@@ -551,8 +551,8 @@
// WebSocket连接
let socket = null;
// const serverUrl = "ws://t-ws.nailaoyun.cn/ws/";
const serverUrl = "ws://127.0.0.1:8282";
const serverUrl = "ws://t-ws.nailaoyun.cn/ws/";
// const serverUrl = "ws://127.0.0.1:8282";
// DOM元素引用
const statusIndicator = document.getElementById('status-indicator');

View File

@@ -642,7 +642,7 @@
// WebSocket连接
let socket = null;
const serverUrl = "ws://t-ws.奶酪yun.cn/ws/";
const serverUrl = "ws://t-ws.nailaoyun.cn/ws/";
// const serverUrl = "ws://127.0.0.1:18282";
// DOM元素引用