feat: 弹幕文字

This commit is contained in:
蒋承
2022-10-18 11:24:57 +08:00
parent aa0569ef4b
commit b84ad0f598
6 changed files with 249 additions and 1 deletions
@@ -0,0 +1,14 @@
import image from '@/assets/images/chart/informations/text_barrage.gif'
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
export const TextBarrageConfig: ConfigType = {
key: 'TextBarrage',
chartKey: 'VTextBarrage',
conKey: 'VCTextBarrage',
title: '弹幕文字',
category: ChatCategoryEnum.TEXT,
categoryName: ChatCategoryEnumName.TEXT,
package: PackagesCategoryEnum.INFORMATIONS,
image
}