| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- 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",
- },
- ],
- },
- ];
|