Files
dp/config/scenes.json
T
2026-07-17 02:10:08 +08:00

54 lines
1.8 KiB
JSON

{
"default_scene_id": "overview",
"scenes": [
{
"id": "overview",
"name": "\u603b\u89c8\u5927\u5c4f",
"url": "/wall-app",
"view": "overview",
"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": "\u80fd\u6e90\u9a7e\u9a76\u8231",
"url": "/wall-app",
"view": "energy",
"description": "\u80fd\u6e90\u3001\u529f\u7387\u3001\u50a8\u80fd\u548c\u8c03\u5ea6\u7b56\u7565\u573a\u666f",
"preload": ["energy-models", "energy-textures"]
},
{
"id": "security",
"name": "\u5b89\u9632\u6001\u52bf",
"url": "/wall-app",
"view": "security",
"description": "\u89c6\u9891\u5899\u3001\u544a\u8b66\u3001\u5730\u56fe\u8054\u52a8\u573a\u666f",
"preload": ["camera-grid", "security-map"]
},
{
"id": "command",
"name": "\u6307\u6325\u8c03\u5ea6",
"url": "/wall-app",
"view": "command",
"description": "\u4e8b\u4ef6\u6307\u6325\u3001\u4efb\u52a1\u6d3e\u53d1\u548c\u8de8\u533a\u534f\u540c\u573a\u666f",
"preload": ["command-network", "dispatch-tasks"]
},
{
"id": "transport",
"name": "\u4ea4\u901a\u8fd0\u884c",
"url": "/wall-app",
"view": "transport",
"description": "\u8f66\u6d41\u3001\u8def\u7f51\u3001\u7ad9\u70b9\u8fd0\u884c\u548c\u8fd0\u529b\u8c03\u5ea6\u573a\u666f",
"preload": ["traffic-flow", "station-load"]
},
{
"id": "dataflow",
"name": "\u6570\u636e\u4e2d\u67a2",
"url": "/wall-app",
"view": "dataflow",
"description": "\u6570\u636e\u6d41\u5165\u3001\u8ba1\u7b97\u96c6\u7fa4\u3001AI \u5206\u6790\u548c\u8f93\u51fa\u6307\u6807\u573a\u666f",
"preload": ["data-pipeline", "ai-cluster"]
}
]
}