index.ts 444 B

12345678910111213
  1. import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
  2. import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
  3. export const TextBarrageConfig: ConfigType = {
  4. key: 'TextBarrage',
  5. chartKey: 'VTextBarrage',
  6. conKey: 'VCTextBarrage',
  7. title: '弹幕文字',
  8. category: ChatCategoryEnum.TEXT,
  9. categoryName: ChatCategoryEnumName.TEXT,
  10. package: PackagesCategoryEnum.INFORMATIONS,
  11. image: 'text_barrage.png'
  12. }