app.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "pages": [
  3. "index"
  4. ],
  5. "requiredPrivateInfos": [
  6. "onLocationChange",
  7. "startLocationUpdateBackground",
  8. "getLocation"
  9. ],
  10. "subpackages": [
  11. {
  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": {
  52. "werun": {
  53. "desc": "获取运动数据"
  54. },
  55. "userLocationBackground": {
  56. "desc": "获取后台定位权限"
  57. },
  58. "userLocation": {
  59. "desc": "获取用户位置"
  60. }
  61. }
  62. },
  63. "usingComponents": {
  64. "nav": "plugin://fm-plugin/fm-nav",
  65. "get-phone-number-btn": "components/getPhone/index",
  66. "search": "/components/search/search",
  67. "payment": "/components/nova-payment/payment",
  68. "address": "/components/address/index",
  69. "upload": "/components/upload/index",
  70. "van-icon": "@vant/weapp/icon/index",
  71. "van-button": "@vant/weapp/button/index",
  72. "van-tabbar": "@vant/weapp/tabbar/index",
  73. "van-tabbar-item": "@vant/weapp/tabbar-item/index",
  74. "van-empty": "@vant/weapp/empty/index",
  75. "van-loading": "@vant/weapp/loading/index"
  76. },
  77. "sitemapLocation": "sitemap.json",
  78. "plugins": {
  79. "fm-plugin": {
  80. "version": "0.1.1",
  81. "provider": "wx56d559d35ae6e502",
  82. "export": "exportToPlugin.js",
  83. "genericsImplementation": {
  84. "fm-auth": {
  85. "get-phone-number-btn": "components/getPhone/index"
  86. }
  87. }
  88. }
  89. }
  90. }