module.exports = [ { title: '标题', screenshot: 'https://img.alicdn.com/imgextra/i4/O1CN01E2PcPW1bKJV5QUVMg_!!6000000003446-55-tps-50-50.svg', schema: { componentName: 'NextText', props: { type: 'h5', children: '标题标题', }, }, }, { title: '正文', screenshot: 'https://img.alicdn.com/imgextra/i3/O1CN01n5wpxc1bi862KuXFz_!!6000000003498-55-tps-50-50.svg', schema: { componentName: 'NextText', props: { type: 'inherit', children: '基于 Ali-Lowcode-Engine 快速打造高生产力的低代码研发平台, 基于自然布局体系快速搭建页面', }, }, }, ];