|
|
|
@ -1,7 +1,8 @@ |
|
|
|
{ |
|
|
|
"description": "项目配置文件", |
|
|
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", |
|
|
|
"packOptions": { |
|
|
|
"ignore": [] |
|
|
|
"ignore": [], |
|
|
|
"include": [] |
|
|
|
}, |
|
|
|
"setting": { |
|
|
|
"urlCheck": false, |
|
|
|
@ -37,16 +38,18 @@ |
|
|
|
"userConfirmedBundleSwitch": false, |
|
|
|
"packNpmManually": false, |
|
|
|
"packNpmRelationList": [], |
|
|
|
"minifyWXSS": true |
|
|
|
"minifyWXSS": true, |
|
|
|
"lazyloadPlaceholderEnable": false, |
|
|
|
"useStaticServer": true, |
|
|
|
"showES6CompileOption": false, |
|
|
|
"disableUseStrict": false, |
|
|
|
"useCompilerPlugins": false, |
|
|
|
"minifyWXML": true |
|
|
|
}, |
|
|
|
"compileType": "miniprogram", |
|
|
|
"libVersion": "2.14.0", |
|
|
|
"appid": "wx4bb7b6050831f585", |
|
|
|
"projectname": "%E8%8B%8F%E5%B7%9E%E6%96%87%E6%97%85", |
|
|
|
"debugOptions": { |
|
|
|
"hidedInDevtools": [] |
|
|
|
}, |
|
|
|
"isGameTourist": false, |
|
|
|
"simulatorType": "wechat", |
|
|
|
"simulatorPluginLibVersion": {}, |
|
|
|
"condition": { |
|
|
|
@ -105,5 +108,9 @@ |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
"editorSetting": { |
|
|
|
"tabIndent": "insertSpaces", |
|
|
|
"tabSize": 2 |
|
|
|
} |
|
|
|
} |