迭代 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"
]
}
}
}
}