|
@ -1,7 +1,8 @@ |
|
|
{ |
|
|
{ |
|
|
"description": "项目配置文件", |
|
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", |
|
|
"packOptions": { |
|
|
"packOptions": { |
|
|
"ignore": [] |
|
|
"ignore": [], |
|
|
|
|
|
"include": [] |
|
|
}, |
|
|
}, |
|
|
"setting": { |
|
|
"setting": { |
|
|
"urlCheck": false, |
|
|
"urlCheck": false, |
|
@ -22,7 +23,7 @@ |
|
|
"uploadWithSourceMap": true, |
|
|
"uploadWithSourceMap": true, |
|
|
"compileHotReLoad": false, |
|
|
"compileHotReLoad": false, |
|
|
"lazyloadPlaceholderEnable": false, |
|
|
"lazyloadPlaceholderEnable": false, |
|
|
"useMultiFrameRuntime": false, |
|
|
"useMultiFrameRuntime": true, |
|
|
"useApiHook": false, |
|
|
"useApiHook": false, |
|
|
"useApiHostProcess": false, |
|
|
"useApiHostProcess": false, |
|
|
"babelSetting": { |
|
|
"babelSetting": { |
|
@ -38,16 +39,13 @@ |
|
|
"disableUseStrict": false, |
|
|
"disableUseStrict": false, |
|
|
"showES6CompileOption": false, |
|
|
"showES6CompileOption": false, |
|
|
"useCompilerPlugins": false, |
|
|
"useCompilerPlugins": false, |
|
|
"ignoreUploadUnusedFiles": true |
|
|
"ignoreUploadUnusedFiles": true, |
|
|
|
|
|
"useStaticServer": true |
|
|
}, |
|
|
}, |
|
|
"compileType": "miniprogram", |
|
|
"compileType": "miniprogram", |
|
|
"libVersion": "2.10.4", |
|
|
"libVersion": "2.10.4", |
|
|
"appid": "wx50ebeb95943868cd", |
|
|
"appid": "wx50ebeb95943868cd", |
|
|
"projectname": "%E7%8E%B0%E4%BB%A3%E6%A6%86%E5%B1%B1-%E5%B1%85%E6%B0%91%E7%AB%AF", |
|
|
"projectname": "%E7%8E%B0%E4%BB%A3%E6%A6%86%E5%B1%B1-%E5%B1%85%E6%B0%91%E7%AB%AF", |
|
|
"debugOptions": { |
|
|
|
|
|
"hidedInDevtools": [] |
|
|
|
|
|
}, |
|
|
|
|
|
"isGameTourist": false, |
|
|
|
|
|
"simulatorType": "wechat", |
|
|
"simulatorType": "wechat", |
|
|
"simulatorPluginLibVersion": {}, |
|
|
"simulatorPluginLibVersion": {}, |
|
|
"condition": { |
|
|
"condition": { |
|
@ -91,5 +89,9 @@ |
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"editorSetting": { |
|
|
|
|
|
"tabIndent": "insertSpaces", |
|
|
|
|
|
"tabSize": 4 |
|
|
} |
|
|
} |
|
|
} |
|
|
} |