save code

This commit is contained in:
Your Name
2026-03-08 16:02:37 +00:00
parent 339e7dc1f6
commit 01fa717f5f
40 changed files with 196 additions and 22 deletions
+1 -1
View File
@@ -246,7 +246,7 @@
// 获取服务器状态数据
async function fetchServerStatus() {
try {
const response = await fetch('http://112.126.94.241:18018/get_server_state');
const response = await fetch('http://117.50.44.174:18018/get_server_state');
if (!response.ok) throw new Error('网络响应不正常');
return await response.json();
} catch (error) {