module.exports = [ { screenshot: 'https://img.alicdn.com/imgextra/i3/O1CN01IAguy71sM0UGdpChd_!!6000000005751-55-tps-56-56.svg', title: '卡片型', schema: { componentName: 'Calendar', props: { shape: 'card', }, }, }, { screenshot: 'https://img.alicdn.com/imgextra/i3/O1CN01IAguy71sM0UGdpChd_!!6000000005751-55-tps-56-56.svg', title: '面板型', schema: { componentName: 'Calendar', props: { shape: 'panel', }, }, }, { screenshot: 'https://img.alicdn.com/imgextra/i3/O1CN01IAguy71sM0UGdpChd_!!6000000005751-55-tps-56-56.svg', title: '全屏型', schema: { componentName: 'Calendar', props: { shape: 'fullscreen', }, }, }, ];