mirror of
https://gitee.com/dromara/go-view.git
synced 2025-05-21 14:59:15 +08:00
14 lines
497 B
TypeScript
14 lines
497 B
TypeScript
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: 'TitleCommon',
|
|
chartKey: 'VTitleCommon',
|
|
conKey: 'VCTitleCommon',
|
|
title: '普通标题',
|
|
category: ChatCategoryEnum.TITLE,
|
|
categoryName: ChatCategoryEnumName.TITLE,
|
|
package: PackagesCategoryEnum.INFORMATION,
|
|
image
|
|
} |