app.json 2.8 KB

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