mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-26 19:36:35 +08:00
14 lines
495 B
TypeScript
14 lines
495 B
TypeScript
import TitleCommon from './index.vue'
|
|
import image from '@/assets/images/chart/informations/title_diamond.png'
|
|
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
|
|
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
|
|
|
|
export const TitleCommonConfig: ConfigType = {
|
|
key: 'VText',
|
|
title: '普通标题',
|
|
category: ChatCategoryEnum.TITLE,
|
|
categoryName: ChatCategoryEnumName.TITLE,
|
|
package: PackagesCategoryEnum.INFORMATION,
|
|
node: TitleCommon,
|
|
image
|
|
} |