mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
15 lines
370 B
TypeScript
15 lines
370 B
TypeScript
import { defineComponentMetadata } from '@/components/define'
|
|
|
|
export const component = defineComponentMetadata({
|
|
name: 'hideVideoShare',
|
|
displayName: '隐藏视频分享',
|
|
tags: [componentsTags.style, componentsTags.video],
|
|
instantStyles: [
|
|
{
|
|
name: 'hideVideoShare',
|
|
style: () => import('./hide-video-share.scss'),
|
|
},
|
|
],
|
|
entry: none,
|
|
})
|