12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "setting": {
- "urlCheck": false,
- "es6": false,
- "enhance": true,
- "postcss": true,
- "preloadBackgroundData": false,
- "minified": true,
- "newFeature": false,
- "coverView": true,
- "nodeModules": false,
- "autoAudits": false,
- "showShadowRootInWxmlPanel": true,
- "scopeDataCheck": false,
- "uglifyFileName": false,
- "checkInvalidKey": true,
- "checkSiteMap": true,
- "uploadWithSourceMap": true,
- "compileHotReLoad": false,
- "lazyloadPlaceholderEnable": false,
- "useMultiFrameRuntime": true,
- "useApiHook": true,
- "useApiHostProcess": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "useIsolateContext": true,
- "userConfirmedBundleSwitch": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "disableUseStrict": false,
- "minifyWXML": true,
- "showES6CompileOption": false,
- "useCompilerPlugins": false,
- "ignoreUploadUnusedFiles": true,
- "useStaticServer": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.20.1",
- "appid": "wx0f8d68f60e7c04c5",
- "projectname": "lachang-wxapp",
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "skeleton-config": {
- "global": {
- "loading": "",
- "text": {
- "color": "#EEEEEE"
- },
- "image": {
- "shape": "",
- "color": "#EFEFEF",
- "shapeOpposite": []
- },
- "button": {
- "color": "#EFEFEF",
- "excludes": []
- },
- "pseudo": {
- "color": "#EFEFEF",
- "shape": "circle",
- "shapeOpposite": []
- },
- "excludes": [],
- "remove": [],
- "empty": [],
- "hide": [],
- "grayBlock": [],
- "showNative": false,
- "backgroundColor": "transparent",
- "mode": "fullscreen",
- "templateName": "skeleton",
- "cssUnit": "rpx",
- "decimal": 4
- },
- "pages": {
- "pages/tabBar/index/index": {},
- "pages/tabBar/allGoods/allGoods": {},
- "pages/tabBar/user/user": {},
- "pages/index/pages/searchResult/searchResult": {},
- "pages/cart/pages/goodsDetail/goodsDetail": {}
- }
- },
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 4
- },
- "condition": {}
- }
|