index.json 585 B

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