import activityIntroduction from './schema/activityIntroduction'; import speaker from './schema/speaker'; import form from './schema/form'; import titleOCR from './schema/titleOCR'; export default [ { title: '活动简介', screenshot: 'https://lookstar.oss-cn-beijing.aliyuncs.com/tenant/uploads/20220907/63184d5e7eeaa.png', schema: activityIntroduction, }, { title: '演讲嘉宾', screenshot: 'https://lookstar.oss-cn-beijing.aliyuncs.com/tenant/uploads/20220907/63184d437341e.png', schema: speaker, }, { title: '表单模版', screenshot: 'https://lookstar.oss-cn-beijing.aliyuncs.com/tenant/uploads/20220907/63184d29520a0.png', schema: form, }, { title: '标题加名片识别', screenshot: 'https://lookstar.oss-cn-beijing.aliyuncs.com/tenant/uploads/20240702/6683bb661f706.png', schema: titleOCR, }, ];