export default [ { title: '日期选择框', screenshot: 'https://alifd.oss-cn-hangzhou.aliyuncs.com/fusion-cool/icons/icon-light/ic_light_date-picker.png', schema: { componentName: 'ProDatePicker', props: {}, }, }, // { // title: '选择周', // screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/date-picker-2.png', // schema: { // componentName: 'ProDatePicker', // props: { // picker: 'week', // }, // }, // }, // { // title: '选择月份', // screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/date-picker-3.png', // schema: { // componentName: 'ProDatePicker', // props: { // picker: 'month', // }, // }, // }, // { // title: '选择季度', // screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/date-picker-4.png', // schema: { // componentName: 'ProDatePicker', // props: { // picker: 'quarter', // }, // }, // }, // { // title: '选择年份', // screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/date-picker-5.png', // schema: { // componentName: 'ProDatePicker', // props: { // picker: 'year', // }, // }, // }, ];