app.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "pages": [
  3. "index"
  4. ],
  5. "requiredPrivateInfos": [
  6. "onLocationChange",
  7. "startLocationUpdateBackground",
  8. "getLocation"
  9. ],
  10. "requiredBackgroundModes": ["location"],
  11. "subpackages": [{
  12. "root": "nova-werun",
  13. "name": "werun",
  14. "pages": [
  15. "pages/index/index",
  16. "pages/circle/circle-detail/index",
  17. "pages/circle/my-circle/index",
  18. "pages/circle/send-circle/index",
  19. "pages/home/signin/index",
  20. "pages/home/ranking/index",
  21. "pages/home/share/index",
  22. "pages/home/medal/index",
  23. "pages/home/sport/sport-home/index",
  24. "pages/home/sport/sport-start/index",
  25. "pages/home/statistics/index",
  26. "pages/home/integral/index",
  27. "pages/my/my-profile/index",
  28. "pages/home/step/index",
  29. "pages/my/feedback/index",
  30. "pages/activity/index",
  31. "pages/activity/detail-activity/index"
  32. ]
  33. },
  34. {
  35. "root": "nova-diypage",
  36. "name": "DIYPAGE",
  37. "pages": [
  38. "pages/index/index"
  39. ]
  40. }
  41. ],
  42. "window": {
  43. "navigationStyle": "custom",
  44. "navigationBarTitleText": "",
  45. "navigationBarTextStyle": "black",
  46. "navigationBarBackgroundColor": "#f6f5fa",
  47. "backgroundColor": "#f6f5fa",
  48. "enablePullDownRefresh": false
  49. },
  50. "permission": {
  51. "scope.werun": {
  52. "desc": "获取运动数据"
  53. },
  54. "scope.userLocationBackground": {
  55. "desc": "获取后台定位权限"
  56. },
  57. "scope.userLocation": {
  58. "desc": "获取用户位置"
  59. }
  60. },
  61. "usingComponents": {
  62. "nav": "plugin://fm-plugin/fm-nav",
  63. "get-phone-number-btn": "components/getPhone/index",
  64. "search": "/components/search/search",
  65. "payment": "/components/nova-payment/payment",
  66. "address": "/components/address/index",
  67. "upload": "/components/upload/index",
  68. "van-icon": "@vant/weapp/icon/index",
  69. "van-button": "@vant/weapp/button/index",
  70. "van-tabbar": "@vant/weapp/tabbar/index",
  71. "van-tabbar-item": "@vant/weapp/tabbar-item/index",
  72. "van-empty": "@vant/weapp/empty/index",
  73. "van-loading": "@vant/weapp/loading/index"
  74. },
  75. "sitemapLocation": "sitemap.json",
  76. "plugins": {
  77. "fm-plugin": {
  78. "version": "0.1.1",
  79. "provider": "wx56d559d35ae6e502",
  80. "export": "exportToPlugin.js",
  81. "genericsImplementation": {
  82. "fm-auth": {
  83. "get-phone-number-btn": "components/getPhone/index"
  84. }
  85. }
  86. }
  87. }
  88. }