迭代 ONE-OS 多原型:租赁台账增强、合同模板 Word 导入,统一全局分页与筛选规范。

- 租赁业务台账:运维费汇总、明细钻取弹层、其他收入/减免批量导入
- 合同模板:Word 导入与 docx 预览,模板编辑增强
- 全局规范:TablePagination 统一为「共 x 条 → 页码 → 每页 N 条」,vm-checkbox 与筛选面板
- 新增车辆维修明细、还车应结款原型;车辆管理、收款记录、工作台、加氢站等同步对齐
- 更新侧栏、Legacy Shell、标注源与 to-prd 技能

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
王冕
2026-07-08 11:44:53 +08:00
parent d0d7458989
commit 6d14c58744
118 changed files with 12360 additions and 1884 deletions

View File

@@ -28,8 +28,8 @@
"productionBranch": "main"
},
"s3": {
"accessKeyId": "",
"secretAccessKey": "",
"accessKeyId": "LTAI5t9EV2UByZDBcNSgmm2q",
"secretAccessKey": "pozhgZ58J0XJ2pqKyM3pY1tZLClata",
"region": "cn-hangzhou",
"bucket": "model-lnoneos",
"prefix": "",
@@ -39,10 +39,15 @@
"githubPages": {
"repository": "",
"branch": "gh-pages",
"sourceDirectory": "/"
"sourceDirectory": "/",
"pathPrefix": ""
},
"publishSettings": {
"includeSource": true
"includeSource": true,
"visibleTargets": [
"axhub",
"s3"
]
}
}
}
}

View File

@@ -1,6 +1,6 @@
{
"version": 1,
"updatedAt": "2026-07-06T05:10:19.174Z",
"updatedAt": "2026-07-07T09:35:00.000Z",
"prototypes": [
{
"id": "folder-1782874576229-r8atbu",
@@ -118,6 +118,12 @@
"kind": "item",
"title": "车辆氢费明细",
"itemKey": "prototypes/vehicle-h2-fee-ledger"
},
{
"id": "item:prototypes:vehicle-maintenance-ledger",
"kind": "item",
"title": "维修保养台账",
"itemKey": "prototypes/vehicle-maintenance-ledger"
}
]
},
@@ -131,6 +137,12 @@
"kind": "item",
"title": "收款记录",
"itemKey": "prototypes/payment-records"
},
{
"id": "item:prototypes:vehicle-return-settlement",
"kind": "item",
"title": "还车应结款",
"itemKey": "prototypes/vehicle-return-settlement"
}
]
}