Compare commits

...

2 Commits

Author SHA1 Message Date
xd
f9af84fb65 Merge branch 'trunk' of https://git.littlefat.tech/magic-csb/boluo-app-main into trunk 2025-06-05 22:53:22 +08:00
xd
6805b590c7 wip 2025-06-05 22:47:41 +08:00

View File

@ -16,7 +16,19 @@
"coverView": false,
"showShadowRootInWxmlPanel": false,
"packNpmRelationList": [],
"ignoreUploadUnusedFiles": true
"ignoreUploadUnusedFiles": true,
"compileWorklet": false,
"uglifyFileName": false,
"uploadWithSourceMap": true,
"packNpmManually": false,
"minifyWXSS": true,
"minifyWXML": true,
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"condition": false,
"swc": false,
"disableSWC": true
},
"compileType": "miniprogram",
"srcMiniprogramRoot": "dist/",
@ -30,5 +42,6 @@
"ignore": [],
"include": []
},
"appid": "wxf0724a83f8e377d2"
"appid": "wxf0724a83f8e377d2",
"simulatorPluginLibVersion": {}
}