Files
go-view/src/packages/components/Informations/Mores/Image/index.ts
T
奔跑的面条 a6646be66b perf: 词云优化
2022-09-26 20:00:39 +08:00

16 lines
512 B
TypeScript

import image from '@/assets/images/chart/informations/photo.png'
import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d'
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
export const ImageConfig: ConfigType = {
key: 'Image',
chartKey: 'VImage',
conKey: 'VCImage',
title: '图片',
category: ChatCategoryEnum.MORE,
categoryName: ChatCategoryEnumName.MORE,
package: PackagesCategoryEnum.INFORMATIONS,
chartFrame: ChartFrameEnum.COMMON,
image
}