index.json 530 B

123456789101112131415
  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. },
  11. "enablePullDownRefresh": true,
  12. "window": {
  13. "onReachBottomDistance": 50
  14. }
  15. }