index.json 630 B

1234567891011121314151617
  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. },
  13. "enablePullDownRefresh": true,
  14. "window": {
  15. "onReachBottomDistance": 50
  16. }
  17. }