index.ts
697 Bytes
import { ChartFrameEnum, ConfigType } from '@/packages/index.d'
import { EPackagesCategoryEnum } from '@/packages/components/external/types'
import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'
import { useWidgetKey } from '@/packages/external/useWidgetKey'
const { key, chartKey, conKey } = useWidgetKey('LeftCenterRightHeadCommon')
export const LeftCenterRightHeadCommonConfig: ConfigType = {
key,
chartKey,
conKey,
title: '头部组合2',
category: ChatCategoryEnum.HEADCOMBINATION,
categoryName: ChatCategoryEnumName.HEADCOMBINATION,
package: EPackagesCategoryEnum.COMPOSES,
chartFrame: ChartFrameEnum.COMMON,
image: 'customHead2.png',
}