export default [{ groupName: "基础轮播", list: [{ path: "/base", title: "Base 基础", image: "basic", }, { path: "/carousel", title: "Carousel 轮播块", image: "carousel", }, { path: "/loop", title: "Loop 循环", image: "loop", }, { path: "/autoplay", title: "Autoplay 播放", image: "autoplay", }, { path: "/switcher", title: "Switcher 切换器", image: "switcher", }, { path: "/thumbs", title: "Thumbs 缩略图", image: "thumbs", }, { path: "/scrollbar", title: "Scrollbar 滚动条", image: "scrollbar", }, { path: '/virtual', title: 'Virtual 虚拟', image: 'virtual' }, ], }, { groupName: "切换效果", list: [{ path: "/fade", title: "Fade 淡入", image: "fade", }, { path: "/cube", title: "Cube 方块", image: "cube", }, { path: "/coverflow", title: "CoverFlow 3D流", image: "coverflow", }, { path: "/flip", title: "Flip 3D翻转", image: "flip", }, { path: "/cards", title: "Cards 卡片式", image: "cards", }, { path: "/panorama", title: "Panorama 全景", image: "panorama", }, { path: "/creative", title: "Creative 创意性", image: "creative", }, ], }, { groupName: "指示器", list: [{ path: "/indicator", title: "Indicator 指示器", image: "indicator", }, { path: "/indicator-custom", title: "IndicatorCustom 自定义", image: "indicator", }, ], }, { groupName: "控制器", list: [{ path: "/controller", title: "Controller 控制器", image: "controller", }], }, { groupName: "高级案例", list: [{ path: "/demos/travel-slider", title: "TravelSlider 地球", image: "travel", }, { path: "/demos/paper", title: "Paper 开屏页", image: "paper", }, { path: "/demos/carousel", title: "Carousel 层叠", image: "stack", }, ], }, ];