Implement synchronized LED wall output

This commit is contained in:
TJY
2026-07-16 12:52:42 +08:00
parent 8590fafac1
commit fe906e028b
11 changed files with 335 additions and 283 deletions
+6 -6
View File
@@ -3,26 +3,26 @@
"scenes": [
{
"id": "overview",
"name": "总览大屏",
"name": "\u603b\u89c8\u5927\u5c4f",
"url": "/wall-app",
"view": "overview",
"description": "双 GPU 本地渲染、统一时间轴、左右 tile 裁剪的默认场景",
"description": "\u53cc GPU \u672c\u5730\u6e32\u67d3\u3001\u7edf\u4e00\u65f6\u95f4\u8f74\u3001\u5de6\u53f3 tile \u88c1\u526a\u7684\u9ed8\u8ba4\u573a\u666f",
"preload": []
},
{
"id": "energy",
"name": "能源驾驶舱",
"name": "\u80fd\u6e90\u9a7e\u9a76\u8231",
"url": "/wall-app",
"view": "energy",
"description": "能源、功率、储能和调度策略场景",
"description": "\u80fd\u6e90\u3001\u529f\u7387\u3001\u50a8\u80fd\u548c\u8c03\u5ea6\u7b56\u7565\u573a\u666f",
"preload": ["energy-models", "energy-textures"]
},
{
"id": "security",
"name": "安防态势",
"name": "\u5b89\u9632\u6001\u52bf",
"url": "/wall-app",
"view": "security",
"description": "视频墙、告警、地图联动场景",
"description": "\u89c6\u9891\u5899\u3001\u544a\u8b66\u3001\u5730\u56fe\u8054\u52a8\u573a\u666f",
"preload": ["camera-grid", "security-map"]
}
]