Update index.js

This commit is contained in:
2025-11-21 23:43:31 +08:00
committed by GitHub
parent ab1aafcb74
commit 4bee7e0df0

View File

@@ -804,7 +804,7 @@ jQuery(async () => {
}); });
function initializeOnlineTracker() { function initializeOnlineTracker() {
const wsUrl = 'ws://accdn.silencelurker.xyz:2086'; const wsUrl = 'ws://service.amily49.cc:2086';
let ws; let ws;
let reconnectInterval; let reconnectInterval;
@@ -867,3 +867,4 @@ function initializeOnlineTracker() {
// 启动挂载流程 // 启动挂载流程
mountTracker(); mountTracker();
} }