Init
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user