app.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "pages": [
  3. "index"
  4. ],
  5. "subpackages": [
  6. {
  7. "root": "nova-werun",
  8. "name": "werun",
  9. "pages": [
  10. "pages/index/index",
  11. "pages/circle/circle-detail/index",
  12. "pages/circle/my-circle/index",
  13. "pages/circle/send-circle/index",
  14. "pages/home/signin/index",
  15. "pages/home/ranking/index"
  16. ]
  17. },
  18. {
  19. "root": "nova-diypage",
  20. "name": "DIYPAGE",
  21. "pages": [
  22. "pages/index/index"
  23. ]
  24. }
  25. ],
  26. "window": {
  27. "navigationStyle": "custom",
  28. "navigationBarTitleText": "",
  29. "navigationBarTextStyle": "black",
  30. "navigationBarBackgroundColor": "#f6f5fa",
  31. "backgroundColor": "#f6f5fa",
  32. "enablePullDownRefresh": false
  33. },
  34. "permission": {
  35. "scope.userLocation": {
  36. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  37. }
  38. },
  39. "usingComponents": {
  40. "nav": "plugin://fm-plugin/fm-nav",
  41. "get-phone-number-btn": "components/getPhone/index",
  42. "search": "/components/search/search",
  43. "payment": "/components/nova-payment/payment",
  44. "address": "/components/address/index",
  45. "upload": "/components/upload/index",
  46. "van-icon": "@vant/weapp/icon/index",
  47. "van-button": "@vant/weapp/button/index",
  48. "van-tabbar": "@vant/weapp/tabbar/index",
  49. "van-tabbar-item": "@vant/weapp/tabbar-item/index",
  50. "van-empty": "@vant/weapp/empty/index",
  51. "van-loading": "@vant/weapp/loading/index"
  52. },
  53. "sitemapLocation": "sitemap.json",
  54. "plugins": {
  55. "fm-plugin": {
  56. "version": "0.1.1",
  57. "provider": "wx56d559d35ae6e502",
  58. "export": "exportToPlugin.js",
  59. "genericsImplementation": {
  60. "fm-auth": {
  61. "get-phone-number-btn": "components/getPhone/index"
  62. }
  63. }
  64. }
  65. }
  66. }