import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d' import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d' export const CarouselConfig: ConfigType = { key: 'Carousel', chartKey: 'VCarousel', conKey: 'VCCarousel', title: '轮播图', category: ChatCategoryEnum.MORE, categoryName: ChatCategoryEnumName.MORE, package: PackagesCategoryEnum.INFORMATIONS, chartFrame: ChartFrameEnum.NAIVE_UI, image: 'photo.png' }