# 外勤验车三端 静态 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`