index.ts
552 Bytes
import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d'
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
export const LeftCenterRightHeadConfig: ConfigType = {
key: 'LeftCenterRightHead',
chartKey: 'VLeftCenterRightHead',
conKey: 'VCLeftCenterRightHead',
title: '左中右头部',
category: ChatCategoryEnum.HEADCOMBINATION,
categoryName: ChatCategoryEnumName.HEADCOMBINATION,
package: PackagesCategoryEnum.COMPOSES,
chartFrame: ChartFrameEnum.ECHARTS,
image: 'text_gradient.png'
}