mirror of
https://gitee.com/dromara/go-view.git
synced 2025-05-02 06:16:36 +08:00
15 lines
460 B
TypeScript
15 lines
460 B
TypeScript
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
|
|
}
|