feat: batch update - gift card breakdown spec, backend APIs, miniprogram pages, ETL finance recharge, docs & migrations
This commit is contained in:
68
apps/DEMO-miniprogram/project.config.json
Normal file
68
apps/DEMO-miniprogram/project.config.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"description": "DEMO 演示版 — 静态 Mock 数据",
|
||||
"miniprogramRoot": "miniprogram/",
|
||||
"compileType": "miniprogram",
|
||||
"setting": {
|
||||
"useCompilerPlugins": [
|
||||
"typescript"
|
||||
],
|
||||
"babelSetting": {
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
},
|
||||
"coverView": false,
|
||||
"postcss": false,
|
||||
"minified": false,
|
||||
"enhance": true,
|
||||
"showShadowRootInWxmlPanel": false,
|
||||
"packNpmManually": true,
|
||||
"packNpmRelationList": [
|
||||
{
|
||||
"packageJsonPath": "./package.json",
|
||||
"miniprogramNpmDistDir": "./miniprogram/"
|
||||
}
|
||||
],
|
||||
"packNpmIgnore": [],
|
||||
"ignoreUploadUnusedFiles": false,
|
||||
"compileHotReLoad": false,
|
||||
"skylineRenderEnable": true,
|
||||
"condition": true,
|
||||
"es6": true,
|
||||
"compileWorklet": false,
|
||||
"uglifyFileName": false,
|
||||
"uploadWithSourceMap": true,
|
||||
"minifyWXSS": false,
|
||||
"minifyWXML": false,
|
||||
"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": [
|
||||
{
|
||||
"value": "miniprogram/pages/task-detail-callback/**",
|
||||
"type": "glob"
|
||||
},
|
||||
{
|
||||
"value": "miniprogram/pages/task-detail-relationship/**",
|
||||
"type": "glob"
|
||||
}
|
||||
],
|
||||
"include": []
|
||||
},
|
||||
"appid": "wx7c07793d82732921",
|
||||
"projectArchitecture": "multiPlatform"
|
||||
}
|
||||
Reference in New Issue
Block a user