随手精灵小程序,单独为了获取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.

67 lines
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. "useApiHook": true,
  24. "useApiHostProcess": true,
  25. "babelSetting": {
  26. "ignore": [],
  27. "disablePlugins": [],
  28. "outputPath": ""
  29. },
  30. "enableEngineNative": false,
  31. "useIsolateContext": true,
  32. "userConfirmedBundleSwitch": false,
  33. "packNpmManually": false,
  34. "packNpmRelationList": [],
  35. "minifyWXSS": true,
  36. "disableUseStrict": false,
  37. "showES6CompileOption": false,
  38. "useCompilerPlugins": false,
  39. "minifyWXML": true,
  40. "useStaticServer": true
  41. },
  42. "appid": "wx64cc3af90544c0cd",
  43. "projectname": "cloudbase",
  44. "libVersion": "2.14.1",
  45. "condition": {
  46. "miniprogram": {
  47. "list": [
  48. {
  49. "name": "db guide",
  50. "pathName": "pages/databaseGuide/databaseGuide",
  51. "query": ""
  52. }
  53. ]
  54. }
  55. },
  56. "compileType": "miniprogram",
  57. "srcMiniprogramRoot": "miniprogram/",
  58. "packOptions": {
  59. "ignore": [],
  60. "include": []
  61. },
  62. "editorSetting": {
  63. "tabIndent": "insertSpaces",
  64. "tabSize": 4
  65. },
  66. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
  67. }