config.js 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. export default [{
  2. groupName: "基础轮播",
  3. list: [{
  4. path: "/base",
  5. title: "Base 基础",
  6. image: "basic",
  7. },
  8. {
  9. path: "/carousel",
  10. title: "Carousel 轮播块",
  11. image: "carousel",
  12. },
  13. {
  14. path: "/loop",
  15. title: "Loop 循环",
  16. image: "loop",
  17. },
  18. {
  19. path: "/autoplay",
  20. title: "Autoplay 播放",
  21. image: "autoplay",
  22. },
  23. {
  24. path: "/switcher",
  25. title: "Switcher 切换器",
  26. image: "switcher",
  27. },
  28. {
  29. path: "/thumbs",
  30. title: "Thumbs 缩略图",
  31. image: "thumbs",
  32. },
  33. {
  34. path: "/scrollbar",
  35. title: "Scrollbar 滚动条",
  36. image: "scrollbar",
  37. },
  38. {
  39. path: '/virtual',
  40. title: 'Virtual 虚拟',
  41. image: 'virtual'
  42. },
  43. ],
  44. },
  45. {
  46. groupName: "切换效果",
  47. list: [{
  48. path: "/fade",
  49. title: "Fade 淡入",
  50. image: "fade",
  51. },
  52. {
  53. path: "/cube",
  54. title: "Cube 方块",
  55. image: "cube",
  56. },
  57. {
  58. path: "/coverflow",
  59. title: "CoverFlow 3D流",
  60. image: "coverflow",
  61. },
  62. {
  63. path: "/flip",
  64. title: "Flip 3D翻转",
  65. image: "flip",
  66. },
  67. {
  68. path: "/cards",
  69. title: "Cards 卡片式",
  70. image: "cards",
  71. },
  72. {
  73. path: "/panorama",
  74. title: "Panorama 全景",
  75. image: "panorama",
  76. },
  77. {
  78. path: "/creative",
  79. title: "Creative 创意性",
  80. image: "creative",
  81. },
  82. ],
  83. },
  84. {
  85. groupName: "指示器",
  86. list: [{
  87. path: "/indicator",
  88. title: "Indicator 指示器",
  89. image: "indicator",
  90. },
  91. {
  92. path: "/indicator-custom",
  93. title: "IndicatorCustom 自定义",
  94. image: "indicator",
  95. },
  96. ],
  97. },
  98. {
  99. groupName: "控制器",
  100. list: [{
  101. path: "/controller",
  102. title: "Controller 控制器",
  103. image: "controller",
  104. }],
  105. },
  106. {
  107. groupName: "高级案例",
  108. list: [{
  109. path: "/demos/travel-slider",
  110. title: "TravelSlider 地球",
  111. image: "travel",
  112. },
  113. {
  114. path: "/demos/paper",
  115. title: "Paper 开屏页",
  116. image: "paper",
  117. },
  118. {
  119. path: "/demos/carousel",
  120. title: "Carousel 层叠",
  121. image: "stack",
  122. },
  123. ],
  124. },
  125. ];