fav.json 363 B

123456789101112
  1. {
  2. "navigationBarTitleText": "我的喜欢",
  3. "backgroundTextStyle": "light",
  4. "navigationBarBackgroundColor": "#fff",
  5. "navigationBarTextStyle": "black",
  6. "enablePullDownRefresh": false,
  7. "usingComponents": {
  8. "masonry": "../components/masonry/masonry",
  9. "img-box": "../components/img-box/img-box",
  10. "i-empty": "../../components/empty/index"
  11. }
  12. }