更新中控

This commit is contained in:
dekun
2026-05-27 09:30:31 +08:00
parent 55f50a645b
commit 6bf7237ddb
5 changed files with 37 additions and 5 deletions
+2 -1
View File
@@ -627,7 +627,7 @@
function renderKeySection(keys, kmap) {
if (!keys.length) return "";
return keys
const cards = keys
.map((k) => {
const kp = kmap[k.id] || kmap[String(k.id)] || {};
const mt = k.monitor_type || k.type || "";
@@ -649,6 +649,7 @@
</div>`;
})
.join("");
return `<div class="hub-key-list">${cards}</div>`;
}
function renderOrderMonitorSection(orders) {