Bilibili-Evolved/registry/lib/components/live/hide-gift-fullscreen/index.ts
2023-07-18 19:06:01 +08:00

22 lines
608 B
TypeScript

import { defineComponentMetadata } from '@/components/define'
import { liveUrls } from '@/core/utils/urls'
export const component = defineComponentMetadata({
name: 'hide-fullscreen-gift-bar',
displayName: '全屏直播礼物简化',
description: '移除全屏观看直播时的底部礼物栏',
author: {
name: 'TimmyOVO',
link: 'https://github.com/TimmyOVO',
},
instantStyles: [
{
name: 'hide-fullscreen-gift',
style: () => import('./hide-full-screen-gift.css'),
},
],
entry: none,
tags: [componentsTags.live, componentsTags.style],
urlInclude: liveUrls,
})