|
@@ -0,0 +1,79 @@
|
|
|
|
+{
|
|
|
|
+ "miniprogramRoot": "miniprogram/",
|
|
|
|
+ "cloudfunctionRoot": "cloudfunctions/",
|
|
|
|
+ "setting": {
|
|
|
|
+ "urlCheck": true,
|
|
|
|
+ "es6": true,
|
|
|
|
+ "enhance": true,
|
|
|
|
+ "postcss": true,
|
|
|
|
+ "preloadBackgroundData": false,
|
|
|
|
+ "minified": true,
|
|
|
|
+ "newFeature": true,
|
|
|
|
+ "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": ""
|
|
|
|
+ },
|
|
|
|
+ "enableEngineNative": false,
|
|
|
|
+ "useIsolateContext": true,
|
|
|
|
+ "userConfirmedBundleSwitch": false,
|
|
|
|
+ "packNpmManually": false,
|
|
|
|
+ "packNpmRelationList": [],
|
|
|
|
+ "minifyWXSS": true,
|
|
|
|
+ "disableUseStrict": false,
|
|
|
|
+ "showES6CompileOption": false,
|
|
|
|
+ "useCompilerPlugins": false,
|
|
|
|
+ "minifyWXML": true
|
|
|
|
+ },
|
|
|
|
+ "appid": "wx28d9044fa0ea73d3",
|
|
|
|
+ "projectname": "quickstart-wx-cloud",
|
|
|
|
+ "libVersion": "2.14.1",
|
|
|
|
+ "cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
|
|
|
|
+ "condition": {
|
|
|
|
+ "search": {
|
|
|
|
+ "list": []
|
|
|
|
+ },
|
|
|
|
+ "conversation": {
|
|
|
|
+ "list": []
|
|
|
|
+ },
|
|
|
|
+ "plugin": {
|
|
|
|
+ "list": []
|
|
|
|
+ },
|
|
|
|
+ "game": {
|
|
|
|
+ "list": []
|
|
|
|
+ },
|
|
|
|
+ "miniprogram": {
|
|
|
|
+ "list": [
|
|
|
|
+ {
|
|
|
|
+ "id": -1,
|
|
|
|
+ "name": "db guide",
|
|
|
|
+ "pathName": "pages/databaseGuide/databaseGuide"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "srcMiniprogramRoot": "miniprogram/",
|
|
|
|
+ "compileType": "miniprogram",
|
|
|
|
+ "packOptions": {
|
|
|
|
+ "ignore": [],
|
|
|
|
+ "include": []
|
|
|
|
+ },
|
|
|
|
+ "editorSetting": {
|
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
|
+ "tabSize": 2
|
|
|
|
+ }
|
|
|
|
+}
|