LAOP-mini/project.config.json
2026-09-18 16:54:23 +08:00

31 lines
764 B
JSON

{
"miniprogramRoot": "dist/",
"projectname": "laop-mini",
"description": "翼云Hub小程序",
"appid": "wx2ad24c8742860e18",
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"compileHotReLoad": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"autoAudits": false,
"coverView": true,
"showShadowRootInWxmlPanel": false,
"scopeDataCheck": false,
"useCompilerModule": true,
"uglifyFileName": true,
"uploadWithSourceMap": true,
"useIsolateContext": true,
"nodeModules": false,
"bigPackageSizeSupport": true
},
"compileType": "miniprogram",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {}
}