银花优选微信小程序修改后的最新版本代码

This commit is contained in:
ss001
2026-02-07 16:22:31 +08:00
commit c00caf5744
516 changed files with 41796 additions and 0 deletions

35
project.config.json Normal file
View File

@@ -0,0 +1,35 @@
{
"setting": {
"condition": true,
"compileWorklet": true,
"postcss": true,
"swc": true,
"disableSWC": false,
"enhance": true,
"es6": true,
"minified": true,
"uglifyFileName": false,
"uploadWithSourceMap": true,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"minifyWXML": true,
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"appid": "wx3b2f62ec6322d70b",
"libVersion": "3.8.9",
"compileType": "miniprogram",
"simulatorPluginLibVersion": {},
"packOptions": {
"ignore": [],
"include": []
},
"editorSetting": {}
}