app.json 2.4 KB

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