Refactor LED control UI to Vue3

This commit is contained in:
sealks
2026-07-17 02:10:08 +08:00
parent fe906e028b
commit ba9f0044f3
16 changed files with 1906 additions and 752 deletions
+24
View File
@@ -24,6 +24,30 @@
"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"]
}
]
}