This commit is contained in:
2025-11-12 18:25:07 +08:00
parent 3cd473bedb
commit 871087cc1c
5 changed files with 91 additions and 10 deletions

View File

@@ -12,7 +12,16 @@
"outputPath": ""
},
"useCompilerPlugins": false,
"minifyWXML": true
"minifyWXML": true,
"compileWorklet": false,
"uploadWithSourceMap": true,
"packNpmManually": false,
"minifyWXSS": true,
"localPlugins": false,
"disableUseStrict": false,
"condition": false,
"swc": false,
"disableSWC": true
},
"compileType": "miniprogram",
"simulatorPluginLibVersion": {},
@@ -21,5 +30,6 @@
"include": []
},
"appid": "wxf6c7436a3a34ce68",
"editorSetting": {}
"editorSetting": {},
"libVersion": "3.11.1"
}