import { ApiEntity } from '@/views/entity/demoentity';
const url = 'https://github.com/fe6/water';
const image = 'https://static2.evente.cn/static/img/logo-wta.png';
const base: ApiEntity = {
title: '定制图片及文字',
desc: '添加 image 属性设置图片。',
code: `
没有数据,
请移步。
`,
};
export default base;