Auto merge base into main

This commit is contained in:
GitHub Actions 2025-06-04 09:41:13 +00:00
commit 7f9f93d1b8

View File

@ -113,6 +113,9 @@ export default defineManifestConfig({
appid: VITE_WX_APPID, appid: VITE_WX_APPID,
setting: { setting: {
urlCheck: false, urlCheck: false,
// 是否启用 ES6 转 ES5
es6: true,
minified: true,
}, },
usingComponents: true, usingComponents: true,
// __usePrivacyCheck__: true, // __usePrivacyCheck__: true,