index.json 482 B

1234567891011121314
  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. },
  10. "enablePullDownRefresh": false,
  11. "window": {
  12. "onReachBottomDistance": 50
  13. }
  14. }