index.json 685 B

123456789101112131415161718
  1. {
  2. "usingComponents": {
  3. "Dialog": "../../component/dialog/dialog",
  4. "MyToast": "../../component/myToast/myToast",
  5. "myPlacerholder": "/component/myPlacerholder/myPlacerholder",
  6. "VideoSwiper": "../../component/video-swiper/index",
  7. "Comment": "../../component/comment/comment",
  8. "StatusBar": "../../component/statusBar/statusBar",
  9. "shareDialog": "/component/share/share",
  10. "flowerBox": "/component/flowerBox/flowerBox",
  11. "setGrade": "/component/setGrade/index",
  12. "activityPop": "/component/activityPop/index"
  13. },
  14. "enablePullDownRefresh": true,
  15. "window": {
  16. "onReachBottomDistance": 50
  17. }
  18. }