import { ApiEntity } from '@/views/entity/demoentity'; import { codeCommon } from '@/views/code/switch/base'; import { IMAGE, ALT } from '@/views/common/constant'; const base: ApiEntity = { title: '自定义内容', desc: '设置 slot 属性即可', code: codeCommon({ content: ` ${ALT} `, }), }; export default base;