feat(webui): add office main+nodes scene with Star assets

This commit is contained in:
lpf
2026-03-05 14:27:27 +08:00
parent 8df91df91c
commit 7cbb28eec8
25 changed files with 785 additions and 1 deletions

View File

@@ -20,6 +20,13 @@ const resources = {
sidebarSystem: 'System',
sidebarOps: 'Operations',
sidebarInsights: 'Insights',
office: 'Office',
officeMainState: 'Main State',
officeNoDetail: 'No active detail',
officeSceneStats: 'Scene Stats',
officeNodeList: 'Node List',
officeNoNodes: 'No nodes',
officeEkgErr5m: 'EKG Errors (5m)',
ekg: 'EKG',
ekgEscalations: 'Escalations',
ekgSourceStats: 'Source Stats',
@@ -444,6 +451,13 @@ const resources = {
sidebarSystem: '系统',
sidebarOps: '运维',
sidebarInsights: '洞察',
office: '办公室',
officeMainState: '主状态',
officeNoDetail: '暂无活动详情',
officeSceneStats: '场景统计',
officeNodeList: '节点列表',
officeNoNodes: '暂无节点',
officeEkgErr5m: 'EKG 近5分钟错误',
ekg: 'EKG',
ekgEscalations: '升级拦截次数',
ekgSourceStats: '来源统计',