index.json 369 B

12345678910111213
  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. },
  8. "enablePullDownRefresh": false,
  9. "window": {
  10. "onReachBottomDistance": 50
  11. }
  12. }