app.json 1.9 KB

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