新增车辆运维 OTA 工作台前端。

支持包管理、车辆同步、任务与自定义文件下发,并按 ops.ota* 对齐可写权限。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
zhaowei.huang
2026-07-26 11:31:52 +08:00
co-authored by Cursor
parent 4223a572c5
commit 7056cf0872
14 changed files with 2567 additions and 19 deletions
@@ -2,5 +2,7 @@
# - VITE_USE_MOCK=false:强制走 Platform.Server 真实 API,不再被 const MOCK=true 锁死。
# - VITE_API_BASE 与 dev 保持一致,由 Platform.Server 同源托管。
VITE_API_BASE=/api
VITE_VRENDER_HOST=localhost:8223
# 留空:走 defaultVrHost() → window.location.hostname:8223
# 切勿写死 localhost,远程浏览器会去连访问者本机而非服务器。
# VITE_VRENDER_HOST=
VITE_USE_MOCK=false