index.ts 731 Bytes
import { ChartFrameEnum } from '@/packages/index.d'
import { 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('LeftCenterRightHeadAnimat')

export const LeftCenterRightHeadAnimatConfig: ConfigType = {
    key,
    chartKey,
    conKey,
    title: '大标题2',
    category: ChatCategoryEnum.HEADCOMBINATION,
    categoryName: ChatCategoryEnumName.HEADCOMBINATION,
    package: EPackagesCategoryEnum.COMPOSES,
    chartFrame: ChartFrameEnum.COMMON,
    image: 'decorates07.png',
}