export default [ { title: '走马灯', screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/carousel-1.jpg', schema: { componentName: 'Carousel', props: { autoplay: true, dotPosition: 'bottom', dots: 'true', effect: 'scrollx', objectFit: 'contain', carouselType: 'one', width: 500, height: 500, items: [ { title: '沙漠', coverUrl: 'https://img.freepik.com/free-photo/landscape-with-mountains-blue-sky_1340-23021.jpg?w=1380&t=st=1685434221~exp=1685434821~hmac=109fc377f2f8e0aca560a522fcc54824ea76b381e4eb9a6c40df1b8a9e813b8f' }, { title: '夕阳', coverUrl: 'https://img.freepik.com/free-vector/nature-scene-rural-land-agriculture-grassland-abtract-silhouette-asian-farmers-working-rice-field-illustration_1150-37317.jpg?w=1380&t=st=1685434298~exp=1685434898~hmac=4b517efa250c96737b6b435facfcaff9605fd8bf59d765a452ad55985f8ba770' } ] } }, }, ];