Bilibili-Evolved/registry/lib/components/live/remove-watermark/index.ts
2022-06-23 21:31:55 +08:00

17 lines
507 B
TypeScript

import { defineComponentMetadata } from '@/components/define'
import { toggleStyle } from '@/components/styled-component'
import { liveUrls } from '@/core/utils/urls'
export const component = defineComponentMetadata({
...toggleStyle('removeLiveWatermark', () => import('./remove-watermark.scss')),
displayName: '删除直播水印',
tags: [
componentsTags.live,
componentsTags.style,
],
description: {
'zh-CN': '删除观看直播时角落的水印.',
},
urlInclude: liveUrls,
})