Remove run node UI and expire registrations

This commit is contained in:
npc0-hue
2026-08-21 12:03:06 +08:00
parent b5a366e30d
commit fb5adf06d6
17 changed files with 175 additions and 206 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import type { PluginCatalogItem, ServerInstanceView, ShellSummaryItem, UserAcces
export const shellSummary: ShellSummaryItem[] = [
{ label: "服务器实例", value: "2", detail: "1 个运行中,1 个待配置", tone: "success" },
{ label: "运行节点", value: "1", detail: "本地执行器在线", tone: "success" },
{ label: "运行通道", value: "1", detail: "Run 心跳已接入", tone: "success" },
{ label: "插件", value: "2", detail: "桥接能力已就绪", tone: "success" },
{ label: "访问审核", value: "1", detail: "待确认角色变更", tone: "warning" }
];