服务器状态

This commit is contained in:
lj124 2026-04-02 21:12:53 +08:00
parent f5f8ac3aee
commit d98156b5c9
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ const startTimer = () => {
getOnlineServers();
timer = window.setInterval(() => {
getOnlineServers();
}, 3000);
}, 6000);
};
const stopTimer = () => {