Sync OneOS workspace with new prototypes, annotations, and Gitea remote fix.

Add vehicle-h2-fee-ledger, customer-management, lease and self-operated ledgers, annotation sources, agent skills, and vite annotation runtime support. Update vehicle management, contract templates, and lease contract flows.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
王冕
2026-06-30 15:27:23 +08:00
parent 00ca1846af
commit af29b26fe8
309 changed files with 73875 additions and 3838 deletions

View File

@@ -8,6 +8,8 @@
- Make client 项目身份唯一来源。
- `project.id` 是项目 id。
- `project.name` 是项目名;空字符串表示未命名,管理端显示为「未命名项目」。
- `axhub.config.json`
- Make 项目配置文件,提供协作方添加项目时需要的默认配置。
## 派生缓存
@@ -36,4 +38,4 @@
## 模板提交边界
官方 client 模板只提交 `client.json`、本 README 和 `sidebar-tree.json`。其它运行缓存、记录和产物应保持本地忽略。
官方 client 模板只提交 `client.json``axhub.config.json`本 README 和 `sidebar-tree.json`。其它运行缓存、记录和产物应保持本地忽略。

View File

@@ -0,0 +1,18 @@
{
"server": {
"host": "localhost",
"allowLAN": true,
"enableCommandAPI": false
},
"projectDefaults": {
"defaultTheme": null
},
"projectInfo": {
"description": null
},
"versionCollaboration": {
"remote": {
"url": "https://gitea.lnh2e.com/wangmian/OneOS1.2.git"
}
}
}

View File

@@ -2,8 +2,8 @@
"schemaVersion": 1,
"kind": "axhub-make-client",
"repository": "https://github.com/lintendo/Axhub-Make/tree/main/client",
"templateUrl": "https://github.com/lintendo/Axhub-Make/releases/download/make-client-template-v0.1.4/axhub-make-client-template.zip",
"templateVersion": "0.1.4",
"templateUrl": "https://github.com/lintendo/Axhub-Make/releases/download/make-client-template-v0.1.11/axhub-make-client-template.zip",
"templateVersion": "0.1.11",
"project": {
"id": "oneos1.2",
"name": "OneOS1.2"

View File

@@ -1,23 +1,17 @@
{
"version": 1,
"updatedAt": "2026-06-26T07:35:34.284Z",
"updatedAt": "2026-06-30T07:13:33.620Z",
"prototypes": [
{
"id": "item-prototypes-insurance-procurement",
"id": "item:prototypes:insurance-procurement",
"kind": "item",
"title": "insurance procurement",
"title": "保险采购",
"itemKey": "prototypes/insurance-procurement"
},
{
"id": "item-prototypes-lease-contract-management",
"id": "item:prototypes:oneos-weekly-report",
"kind": "item",
"title": "lease contract management",
"itemKey": "prototypes/lease-contract-management"
},
{
"id": "item-prototypes-oneos-weekly-report",
"kind": "item",
"title": "oneos weekly report",
"title": "数智部周报",
"itemKey": "prototypes/oneos-weekly-report"
},
{
@@ -31,6 +25,36 @@
"kind": "item",
"title": "合同模板管理",
"itemKey": "prototypes/contract-template-management"
},
{
"id": "item:prototypes:lease-contract-management",
"kind": "item",
"title": "租赁合同管理",
"itemKey": "prototypes/lease-contract-management"
},
{
"id": "item:prototypes:customer-management",
"kind": "item",
"title": "客户管理",
"itemKey": "prototypes/customer-management"
},
{
"id": "item:prototypes:lease-business-ledger",
"kind": "item",
"title": "租赁业务台账",
"itemKey": "prototypes/lease-business-ledger"
},
{
"id": "item:prototypes:vehicle-h2-fee-ledger",
"kind": "item",
"title": "车辆氢费明细",
"itemKey": "prototypes/vehicle-h2-fee-ledger"
},
{
"id": "item:prototypes:self-operated-business-ledger",
"kind": "item",
"title": "自营业务台账",
"itemKey": "prototypes/self-operated-business-ledger"
}
],
"docs": [],