新增 AutoRDO 需求清洗工作台与消息中枢,迭代 OneOS V2 设计规范及租赁合同/工作台/车辆等原型,同步云效技能与导航注册;并归档一批 legacy 原型快照。
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
17
FIELD-INSPECTION-README.md
Normal file
17
FIELD-INSPECTION-README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 外勤验车三端
|
||||
|
||||
静态 HTML 原型,位于 `src/prototypes/`,由 Axhub Make / Vite(`root: src`)按路径直接提供,不进入 React `index.tsx` 预览管线(故意不放 `index.tsx`,避免被 Make 预览模板覆盖)。
|
||||
|
||||
| 目录 | 形态 | 本地预览 URL |
|
||||
|------|------|----------------|
|
||||
| `src/prototypes/vehicle-inspection-web/` | 外勤 Web | `/prototypes/vehicle-inspection-web/index.html` |
|
||||
| `src/prototypes/vehicle-inspection-miniprogram/` | 小程序壳 | `/prototypes/vehicle-inspection-miniprogram/index.html` |
|
||||
| `src/prototypes/vehicle-inspection-app/` | APP 壳 | `/prototypes/vehicle-inspection-app/index.html` |
|
||||
|
||||
入口链接挂在 PC「验车入库」详情(`vehicle-inspection`),不单独进导航(linked-only)。点击「Web 外勤 / 小程序 / APP」会自动写入 `oneos.vp.activeInspectionId` 并打开对应页。
|
||||
|
||||
与 PC 共用 localStorage:
|
||||
|
||||
- `oneos.vp.inspections`
|
||||
- `oneos.vp.stockedVehicles`
|
||||
- `oneos.vp.activeInspectionId`
|
||||
Reference in New Issue
Block a user