Bilibili-Evolved/registry/lib/components/style/hide/video/recommended-live/index.ts
2022-10-12 23:27:58 +08:00

20 lines
536 B
TypeScript

import { defineComponentMetadata } from '@/components/define'
import { videoUrls } from '@/core/utils/urls'
export const component = defineComponentMetadata({
name: 'hideRecommendedLive',
entry: none,
instantStyles: [
{
name: 'hideRecommendedLive',
style: () => import('./recommended-live.scss'),
},
],
displayName: '隐藏直播推荐',
tags: [componentsTags.style, componentsTags.video],
description: {
'zh-CN': '隐藏视频页面右侧下方的直播推荐.',
},
urlInclude: videoUrls,
})