my.json 645 B

12345678910111213141516
  1. {
  2. "navigationBarTitleText": "个人中心",
  3. "enablePullDownRefresh": true,
  4. "navigationStyle": "default",
  5. "navigationBarTextStyle": "black",
  6. "usingComponents": {
  7. "fa-navbar": "/components/fa-navbar/fa-navbar",
  8. "u-avatar": "/uview-ui/components/u-avatar/u-avatar",
  9. "u-tag": "/uview-ui/components/u-tag/u-tag",
  10. "u-button": "/uview-ui/components/u-button/u-button",
  11. "u-cell-group": "/uview-ui/components/u-cell-group/u-cell-group",
  12. "u-cell-item": "/uview-ui/components/u-cell-item/u-cell-item",
  13. "u-top-tips": "/uview-ui/components/u-top-tips/u-top-tips",
  14. "fa-tabbar": "/components/fa-tabbar/fa-tabbar"
  15. }
  16. }