包含多个会话的累积代码变更: - backend: AI 聊天服务、触发器调度、认证增强、WebSocket、调度器最小间隔 - admin-web: ETL 状态页、任务管理、调度配置、登录优化 - miniprogram: 看板页面、聊天集成、UI 组件、导航更新 - etl: DWS 新任务(finance_area_daily/board_cache)、连接器增强 - tenant-admin: 项目初始化 - db: 19 个迁移脚本(etl_feiqiu 11 + zqyy_app 8) - packages/shared: 枚举和工具函数更新 - tools: 数据库工具、报表生成、健康检查 - docs: PRD/架构/部署/合约文档更新 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"description": "项目配置文件",
|
|
"miniprogramRoot": "miniprogram/",
|
|
"compileType": "miniprogram",
|
|
"setting": {
|
|
"useCompilerPlugins": [
|
|
"typescript"
|
|
],
|
|
"babelSetting": {
|
|
"ignore": [],
|
|
"disablePlugins": [],
|
|
"outputPath": ""
|
|
},
|
|
"coverView": false,
|
|
"postcss": true,
|
|
"minified": true,
|
|
"enhance": true,
|
|
"showShadowRootInWxmlPanel": false,
|
|
"packNpmManually": true,
|
|
"packNpmRelationList": [
|
|
{
|
|
"packageJsonPath": "./package.json",
|
|
"miniprogramNpmDistDir": "./miniprogram/"
|
|
}
|
|
],
|
|
"packNpmIgnore": [],
|
|
"ignoreUploadUnusedFiles": true,
|
|
"compileHotReLoad": false,
|
|
"skylineRenderEnable": true,
|
|
"condition": true,
|
|
"es6": true,
|
|
"compileWorklet": false,
|
|
"uglifyFileName": true,
|
|
"uploadWithSourceMap": true,
|
|
"minifyWXSS": true,
|
|
"minifyWXML": true,
|
|
"localPlugins": false,
|
|
"swc": false,
|
|
"disableSWC": true,
|
|
"disableUseStrict": false
|
|
},
|
|
"simulatorType": "wechat",
|
|
"simulatorPluginLibVersion": {
|
|
"wxext14566970e7e9f62": "3.6.5-41"
|
|
},
|
|
"condition": {},
|
|
"srcMiniprogramRoot": "miniprogram/",
|
|
"editorSetting": {
|
|
"tabIndent": "insertSpaces",
|
|
"tabSize": 2
|
|
},
|
|
"libVersion": "trial",
|
|
"packOptions": {
|
|
"ignore": [
|
|
{
|
|
"type": "glob",
|
|
"value": "miniprogram/pages/task-detail-callback/**"
|
|
},
|
|
{
|
|
"type": "glob",
|
|
"value": "miniprogram/pages/task-detail-relationship/**"
|
|
}
|
|
],
|
|
"include": []
|
|
},
|
|
"appid": "wx7c07793d82732921",
|
|
"projectArchitecture": "multiPlatform"
|
|
} |