feat: 新增视频组件(支持混合模式视频背景透明)

This commit is contained in:
tnt group
2022-09-18 13:07:44 +08:00
parent 5c5c0b02df
commit 25077b91ca
6 changed files with 174 additions and 1 deletions
@@ -0,0 +1,14 @@
import image from '@/assets/images/chart/informations/photo.png'
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'
export const VideoConfig: ConfigType = {
key: 'Video',
chartKey: 'VVideo',
conKey: 'VCVideo',
title: '视频',
category: ChatCategoryEnum.MORE,
categoryName: ChatCategoryEnumName.MORE,
package: PackagesCategoryEnum.INFORMATIONS,
image
}