mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-29 04:46:36 +08:00
13 lines
357 B
TypeScript
13 lines
357 B
TypeScript
import TitleCommon from './index.vue'
|
|
import image from '@/assets/images/chart/informations/title_diamond.png'
|
|
import { ConfigType } from '@/packages/index.d'
|
|
import { ChatCategoryEnum } from '../../index.d'
|
|
|
|
export const TitleCommonConfig: ConfigType = {
|
|
key: 'Text',
|
|
title: '标题',
|
|
category: ChatCategoryEnum.TITLE,
|
|
node: TitleCommon,
|
|
image
|
|
}
|