随手精灵小程序,单独为了获取WIFI信息加强围栏告警功能能力
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 line
1.9KB

  1. {
  2. "miniprogramRoot": "miniprogram/",
  3. "cloudfunctionRoot": "cloudfunctions/",
  4. "setting": {
  5. "urlCheck": false,
  6. "es6": true,
  7. "enhance": true,
  8. "postcss": true,
  9. "preloadBackgroundData": false,
  10. "minified": true,
  11. "newFeature": true,
  12. "coverView": true,
  13. "nodeModules": false,
  14. "autoAudits": false,
  15. "showShadowRootInWxmlPanel": true,
  16. "scopeDataCheck": false,
  17. "uglifyFileName": false,
  18. "checkInvalidKey": true,
  19. "checkSiteMap": true,
  20. "uploadWithSourceMap": true,
  21. "compileHotReLoad": false,
  22. "useMultiFrameRuntime": true,
  23. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "enableEngineNative": false,
  29. "useIsolateContext": true,
  30. "userConfirmedBundleSwitch": false,
  31. "packNpmManually": false,
  32. "packNpmRelationList": [],
  33. "minifyWXSS": true,
  34. "disableUseStrict": false,
  35. "showES6CompileOption": false,
  36. "useCompilerPlugins": false,
  37. "minifyWXML": true,
  38. "useStaticServer": true,
  39. "ignoreUploadUnusedFiles": true
  40. },
  41. "condition": {
  42. "miniprogram": {
  43. "list": [
  44. {
  45. "name": "db guide",
  46. "pathName": "pages/databaseGuide/databaseGuide",
  47. "query": ""
  48. }
  49. ]
  50. }
  51. },
  52. "compileType": "miniprogram",
  53. "srcMiniprogramRoot": "miniprogram/",
  54. "editorSetting": {
  55. "tabIndent": "insertSpaces",
  56. "tabSize": 4
  57. },
  58. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  59. "packOptions": {
  60. "ignore": [],
  61. "include": []
  62. },
  63. "appid": "wx7edd2168a73f701f",
  64. "projectname": "cloudbase"
  65. }