C端小程序显示优化

This commit is contained in:
2025-07-21 09:50:46 +08:00
parent f9aedf7d79
commit 33d7528990
11 changed files with 194 additions and 126 deletions

View File

@@ -37,7 +37,15 @@
}
],
"minifyWXSS": true,
"ignoreUploadUnusedFiles": false
"ignoreUploadUnusedFiles": false,
"compileWorklet": false,
"minifyWXML": true,
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"condition": false,
"swc": false,
"disableSWC": true
},
"editorSetting": {
"tabIndent": "insertSpaces",
@@ -48,5 +56,7 @@
"ignore": [],
"include": []
},
"appid": "wxb34b4e70f8a5c6f1"
"appid": "wxb34b4e70f8a5c6f1",
"libVersion": "development",
"simulatorPluginLibVersion": {}
}