This commit is contained in:
CN-JS-HuiBai
2026-04-04 23:01:15 +08:00
parent 79779d6fcf
commit f3f49f2c8e
3 changed files with 57 additions and 17 deletions

View File

@@ -322,7 +322,7 @@
function updateDashboard(data) {
// Server count
dom.totalServers.textContent = data.totalServers;
dom.serverCountText.textContent = `${data.totalServers} 台服务器`;
dom.serverCountText.textContent = `${data.activeServers} / ${data.totalServers} 在线`;
// CPU
const cpuPct = data.cpu.percent;