This commit is contained in:
TJY
2026-07-16 08:31:52 +08:00
commit 8590fafac1
34 changed files with 2611 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"default_scene_id": "overview",
"scenes": [
{
"id": "overview",
"name": "总览大屏",
"url": "/wall-app",
"view": "overview",
"description": "双 GPU 本地渲染、统一时间轴、左右 tile 裁剪的默认场景",
"preload": []
},
{
"id": "energy",
"name": "能源驾驶舱",
"url": "/wall-app",
"view": "energy",
"description": "能源、功率、储能和调度策略场景",
"preload": ["energy-models", "energy-textures"]
},
{
"id": "security",
"name": "安防态势",
"url": "/wall-app",
"view": "security",
"description": "视频墙、告警、地图联动场景",
"preload": ["camera-grid", "security-map"]
}
]
}