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
@@ -132,7 +132,7 @@ async function main() {
{
name: "首页",
hash: "#/home",
markers: ["平台概览", "运营数据已同步", "game.example", "运行节点", "CPU"]
markers: ["平台概览", "运营数据已同步", "game.example", "CPU"]
},
{
name: "服务器管理",
@@ -170,14 +170,14 @@ async function main() {
{
name: "系统维护",
hash: "#/maintenance",
markers: ["系统维护", "运行节点", "最近失败任务"]
markers: ["系统维护", "异常服务器", "最近失败任务"]
},
{
name: "服务器详情",
hash: `#/servers/${encodeURIComponent(server.id)}`,
markers: [
server.name,
`${server.id} · 插件 ${server.pluginId}@${server.pluginVersion} · 节点 ${server.runEndpointId}`,
`${server.id} · 插件 ${server.pluginId}@${server.pluginVersion} · Run 心跳`,
"启动",
"停止",
"管理",