index.json 509 B

123456789101112131415
  1. {
  2. "backgroundTextStyle": "light",
  3. "navigationBarBackgroundColor": "#fff",
  4. "navigationBarTextStyle": "black",
  5. "enablePullDownRefresh": false,
  6. "usingComponents": {
  7. "i-new-auth": "../../components/new-auth/index",
  8. "masonry": "../components/masonry/masonry",
  9. "i-img": "../../components/img/index",
  10. "i-tabs": "../../components/tabs/index",
  11. "img-box": "../components/img-box/img-box",
  12. "i-empty": "../../components/empty/index",
  13. "i-tabbar": "../../components/tabbar/index"
  14. }
  15. }