category.json 416 B

123456789101112
  1. {
  2. "navigationBarTitleText": "分类",
  3. "disableScroll": true,
  4. "navigationStyle": "custom",
  5. "usingComponents": {
  6. "u-sticky": "/components/uview-ui/components/u-sticky/u-sticky",
  7. "u-navbar": "/components/uview-ui/components/u-navbar/u-navbar",
  8. "w-search": "/components/widgets/search/search",
  9. "w-category": "/components/widgets/category/category",
  10. "tabbar": "/components/tabbar/tabbar"
  11. }
  12. }