index.ts
637 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('ThreeDimensional1')
export const ThreeDimensional1Config: ConfigType = {
key,
chartKey,
conKey,
title: '三维模型1',
category: ChatCategoryEnum.MORE,
categoryName: ChatCategoryEnumName.MORE,
package: EPackagesCategoryEnum.COMPOSES,
chartFrame: ChartFrameEnum.NAIVE_UI,
image: 'title1.png'
}