- 新增业务部台账、收款记录、业务条线说明及 ledger-shared / vm-shared 公共壳层 - 租赁业务台账:字段计算、宽表交互、标注 PRD 与表头说明修复 - 租赁合同:列表/表单增强、客户资质与审批规则 - 侧栏调整:工作台移至 OneOS 根目录,台账与数据分析分组更新 - 补充 S3 批量发布脚本与弹窗明细表规范 Co-authored-by: Cursor <cursoragent@cursor.com>
49 lines
1011 B
JSON
49 lines
1011 B
JSON
{
|
|
"server": {
|
|
"host": "localhost",
|
|
"allowLAN": true,
|
|
"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": "",
|
|
"secretAccessKey": "",
|
|
"region": "cn-hangzhou",
|
|
"bucket": "model-lnoneos",
|
|
"prefix": "",
|
|
"baseUrl": "https://prototype.lnoneos.com",
|
|
"endpoint": "https://model-lnoneos.oss-cn-hangzhou.aliyuncs.com"
|
|
},
|
|
"githubPages": {
|
|
"repository": "",
|
|
"branch": "gh-pages",
|
|
"sourceDirectory": "/"
|
|
},
|
|
"publishSettings": {
|
|
"includeSource": true
|
|
}
|
|
}
|
|
}
|