This commit is contained in:
张成
2025-11-15 10:04:48 +08:00
parent 146314f59a
commit 54ef49c8d9
17 changed files with 161 additions and 23 deletions

View File

@@ -5,11 +5,11 @@
"appid": "wx815b533167eb7b53",
"setting": {
"urlCheck": true,
"es6": true,
"enhance": true,
"postcss": true,
"es6": false,
"enhance": false,
"postcss": false,
"preloadBackgroundData": false,
"minified": true,
"minified": false,
"newFeature": true,
"coverView": true,
"nodeModules": false,
@@ -36,8 +36,8 @@
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"minifyWXML": true
"minifyWXSS": false,
"minifyWXML": false
},
"compileType": "miniprogram",
"simulatorType": "wechat",