activity.json 457 B

12345678910111213
  1. {
  2. "navigationBarTitleText": "活动详情",
  3. "enablePullDownRefresh": true,
  4. "backgroundColor": "#ff457b",
  5. "backgroundTextStyle": "light",
  6. "onReachBottomDistance": 50,
  7. "usingComponents": {
  8. "tui-skeleton": "/components/thorui/tui-skeleton/tui-skeleton",
  9. "tui-loadmore": "/components/thorui/tui-loadmore/tui-loadmore",
  10. "tui-nomore": "/components/thorui/tui-nomore/tui-nomore",
  11. "cm-drag": "/components/cm-module/cm-drag/cm-drag"
  12. }
  13. }