初始化项目版本
This commit is contained in:
41
.axhub/make/README.md
Normal file
41
.axhub/make/README.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# .axhub/make
|
||||
|
||||
这个目录用于存放 Make client 的项目身份 marker,以及本地运行时生成的数据。
|
||||
|
||||
## 事实源
|
||||
|
||||
- `client.json`
|
||||
- Make client 项目身份唯一来源。
|
||||
- `project.id` 是项目 id。
|
||||
- `project.name` 是项目名;空字符串表示未命名,管理端显示为「未命名项目」。
|
||||
- `axhub.config.json`
|
||||
- Make 项目配置文件,提供协作方添加项目时需要的默认配置。
|
||||
|
||||
## 派生缓存
|
||||
|
||||
这些文件可以由同步脚本或运行时重新生成,不应作为项目身份来源:
|
||||
|
||||
- `project.json`
|
||||
- 资源 metadata、导航顺序和资源写入目标。
|
||||
- `project.name` 由 `client.json` 派生。
|
||||
- `entries.json`
|
||||
- 构建/入口扫描缓存。
|
||||
- `.dev-server-info.json`
|
||||
- `.admin-server-info.json`
|
||||
- 本地服务运行信息。
|
||||
- `sidebar-tree.json`
|
||||
- 官方模板的初始侧边栏树。
|
||||
- 用户项目中由运行时继续更新,表示用户自定义后的侧边栏结构。
|
||||
|
||||
## 运行记录和产物
|
||||
|
||||
这些目录记录历史操作或导出结果,不参与配置同步:
|
||||
|
||||
- `sessions/`
|
||||
- `exports/`
|
||||
- `edit-history/`
|
||||
- `artifacts/`
|
||||
|
||||
## 模板提交边界
|
||||
|
||||
官方 client 模板只提交 `client.json`、`axhub.config.json`、本 README 和 `sidebar-tree.json`。其它运行缓存、记录和产物应保持本地忽略。
|
||||
55
.axhub/make/axhub.config.json
Normal file
55
.axhub/make/axhub.config.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"server": {
|
||||
"host": "localhost",
|
||||
"allowLAN": true,
|
||||
"lanHost": "192.168.0.102",
|
||||
"enableCommandAPI": false
|
||||
},
|
||||
"projectDefaults": {
|
||||
"defaultTheme": null
|
||||
},
|
||||
"projectInfo": {
|
||||
"description": null
|
||||
},
|
||||
"versionCollaboration": {
|
||||
"remote": {
|
||||
"url": "https://gitea.lnh2e.com/wangmian/OneOS1.2.git"
|
||||
}
|
||||
},
|
||||
"cloudPublishing": {
|
||||
"vercel": {
|
||||
"token": "",
|
||||
"projectName": "",
|
||||
"teamId": ""
|
||||
},
|
||||
"cloudflarePages": {
|
||||
"apiToken": "",
|
||||
"accountId": "",
|
||||
"projectName": "",
|
||||
"productionBranch": "main"
|
||||
},
|
||||
"s3": {
|
||||
"accessKeyId": "LTAI5t9EV2UByZDBcNSgmm2q",
|
||||
"secretAccessKey": "pozhgZ58J0XJ2pqKyM3pY1tZLClata",
|
||||
"region": "cn-hangzhou",
|
||||
"bucket": "model-lnoneos",
|
||||
"prefix": "",
|
||||
"baseUrl": "https://prototype.lnoneos.com/v2",
|
||||
"endpoint": "https://model-lnoneos.oss-cn-hangzhou.aliyuncs.com",
|
||||
"pathAliases": {}
|
||||
},
|
||||
"githubPages": {
|
||||
"repository": "",
|
||||
"branch": "gh-pages",
|
||||
"sourceDirectory": "/",
|
||||
"pathPrefix": ""
|
||||
},
|
||||
"publishSettings": {
|
||||
"includeSource": true,
|
||||
"visibleTargets": [
|
||||
"axhub",
|
||||
"s3"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
11
.axhub/make/client.json
Normal file
11
.axhub/make/client.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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.11/axhub-make-client-template.zip",
|
||||
"templateVersion": "0.1.11",
|
||||
"project": {
|
||||
"id": "oneos-v2",
|
||||
"name": "OneOS V2"
|
||||
}
|
||||
}
|
||||
212
.axhub/make/sidebar-tree.json
Normal file
212
.axhub/make/sidebar-tree.json
Normal file
@@ -0,0 +1,212 @@
|
||||
{
|
||||
"version": 1,
|
||||
"updatedAt": "2026-07-28T18:59:07.317Z",
|
||||
"prototypes": [
|
||||
{
|
||||
"id": "item-prototypes-biz-finance-line-briefing",
|
||||
"kind": "item",
|
||||
"title": "biz finance line briefing",
|
||||
"itemKey": "prototypes/biz-finance-line-briefing"
|
||||
},
|
||||
{
|
||||
"id": "item-prototypes-bfcl-contract",
|
||||
"kind": "item",
|
||||
"title": "bfcl contract",
|
||||
"itemKey": "prototypes/bfcl-contract"
|
||||
},
|
||||
{
|
||||
"id": "item-prototypes-bfcl-customer-risk",
|
||||
"kind": "item",
|
||||
"title": "bfcl customer risk",
|
||||
"itemKey": "prototypes/bfcl-customer-risk"
|
||||
},
|
||||
{
|
||||
"id": "item-prototypes-bfcl-energy",
|
||||
"kind": "item",
|
||||
"title": "bfcl energy",
|
||||
"itemKey": "prototypes/bfcl-energy"
|
||||
},
|
||||
{
|
||||
"id": "item-prototypes-bfcl-insurance",
|
||||
"kind": "item",
|
||||
"title": "bfcl insurance",
|
||||
"itemKey": "prototypes/bfcl-insurance"
|
||||
},
|
||||
{
|
||||
"id": "item-prototypes-bfcl-lease-bill",
|
||||
"kind": "item",
|
||||
"title": "bfcl lease bill",
|
||||
"itemKey": "prototypes/bfcl-lease-bill"
|
||||
},
|
||||
{
|
||||
"id": "item-prototypes-bfcl-payment-hub",
|
||||
"kind": "item",
|
||||
"title": "bfcl payment hub",
|
||||
"itemKey": "prototypes/bfcl-payment-hub"
|
||||
},
|
||||
{
|
||||
"id": "item-prototypes-bfcl-pickup-receivable",
|
||||
"kind": "item",
|
||||
"title": "bfcl pickup receivable",
|
||||
"itemKey": "prototypes/bfcl-pickup-receivable"
|
||||
},
|
||||
{
|
||||
"id": "item-prototypes-bfcl-return",
|
||||
"kind": "item",
|
||||
"title": "bfcl return",
|
||||
"itemKey": "prototypes/bfcl-return"
|
||||
},
|
||||
{
|
||||
"id": "item-prototypes-biz-finance-closed-loop",
|
||||
"kind": "item",
|
||||
"title": "biz finance closed loop",
|
||||
"itemKey": "prototypes/biz-finance-closed-loop"
|
||||
},
|
||||
{
|
||||
"id": "item-prototypes-vehicle-return-settlement",
|
||||
"kind": "item",
|
||||
"title": "vehicle return settlement",
|
||||
"itemKey": "prototypes/vehicle-return-settlement"
|
||||
},
|
||||
{
|
||||
"id": "item-prototypes-task-work-order",
|
||||
"kind": "item",
|
||||
"title": "task work order",
|
||||
"itemKey": "prototypes/task-work-order"
|
||||
},
|
||||
{
|
||||
"id": "item-prototypes-receivable-dunning",
|
||||
"kind": "item",
|
||||
"title": "应收催款",
|
||||
"itemKey": "prototypes/receivable-dunning"
|
||||
},
|
||||
{
|
||||
"id": "folder-1784982146673-8derid",
|
||||
"kind": "folder",
|
||||
"title": "设计规范",
|
||||
"children": [
|
||||
{
|
||||
"id": "item:prototypes:oneos-v2",
|
||||
"kind": "item",
|
||||
"title": "OneOS V2 全局规范示范",
|
||||
"itemKey": "prototypes/oneos-v2"
|
||||
},
|
||||
{
|
||||
"id": "item:prototypes:oneos-v2-form-kit",
|
||||
"kind": "item",
|
||||
"title": "OneOS V2 表单控件库",
|
||||
"itemKey": "prototypes/oneos-v2-form-kit"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "item:prototypes:oneos-prototype-nav",
|
||||
"kind": "item",
|
||||
"title": "原型导航",
|
||||
"itemKey": "prototypes/oneos-prototype-nav"
|
||||
},
|
||||
{
|
||||
"id": "folder-oneos-v2-main",
|
||||
"kind": "folder",
|
||||
"title": "OneOS PC",
|
||||
"children": [
|
||||
{
|
||||
"id": "item:prototypes:oneos-prototype-demo",
|
||||
"kind": "item",
|
||||
"title": "原型外壳演示",
|
||||
"itemKey": "prototypes/oneos-prototype-demo"
|
||||
},
|
||||
{
|
||||
"id": "item:prototypes:oneos-web-workbench-new",
|
||||
"kind": "item",
|
||||
"title": "工作台",
|
||||
"itemKey": "prototypes/oneos-web-workbench-new"
|
||||
},
|
||||
{
|
||||
"id": "folder-1784947329029-vktcp4",
|
||||
"kind": "folder",
|
||||
"title": "车辆资产",
|
||||
"children": [
|
||||
{
|
||||
"id": "item:prototypes:vehicle-management",
|
||||
"kind": "item",
|
||||
"title": "车辆资产",
|
||||
"itemKey": "prototypes/vehicle-management"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "folder-1785049457943-3j1z2h",
|
||||
"kind": "folder",
|
||||
"title": "车辆运维",
|
||||
"children": [
|
||||
{
|
||||
"id": "item:prototypes:vehicle-fault-handling",
|
||||
"kind": "item",
|
||||
"title": "故障处置",
|
||||
"itemKey": "prototypes/vehicle-fault-handling"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "folder-1784947288835-spcc8y",
|
||||
"kind": "folder",
|
||||
"title": "租赁业务",
|
||||
"children": [
|
||||
{
|
||||
"id": "item:prototypes:lease-contract-management",
|
||||
"kind": "item",
|
||||
"title": "租赁合同",
|
||||
"itemKey": "prototypes/lease-contract-management"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "folder-1784947267669-rqjehw",
|
||||
"kind": "folder",
|
||||
"title": "审批中心",
|
||||
"children": [
|
||||
{
|
||||
"id": "item:prototypes:oneos-web-approval",
|
||||
"kind": "item",
|
||||
"title": "审批中心",
|
||||
"itemKey": "prototypes/oneos-web-approval"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "folder-1784947215142-8tak4e",
|
||||
"kind": "folder",
|
||||
"title": "OneOS H5",
|
||||
"children": [
|
||||
{
|
||||
"id": "item:prototypes:oneos-v2-h5-lease-contract",
|
||||
"kind": "item",
|
||||
"title": "租赁合同 H5 移动端(微信小程序 / 小羚羚 App 嵌套)",
|
||||
"itemKey": "prototypes/oneos-v2-h5-lease-contract"
|
||||
},
|
||||
{
|
||||
"id": "item:prototypes:oneos-v2-h5-vehicle-assets",
|
||||
"kind": "item",
|
||||
"title": "车辆资产 H5 移动端(微信小程序 / 小羚羚 App 嵌套)",
|
||||
"itemKey": "prototypes/oneos-v2-h5-vehicle-assets"
|
||||
},
|
||||
{
|
||||
"id": "item:prototypes:oneos-v2-h5-vehicle-fault-handling",
|
||||
"kind": "item",
|
||||
"title": "故障处置 H5 移动端(微信小程序 / 小羚羚 App 嵌套)",
|
||||
"itemKey": "prototypes/oneos-v2-h5-vehicle-fault-handling"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"docs": [],
|
||||
"themesTree": [],
|
||||
"themes": [],
|
||||
"data": [],
|
||||
"templates": [],
|
||||
"components": [],
|
||||
"canvas": []
|
||||
}
|
||||
Reference in New Issue
Block a user