diff --git a/registry/lib/components/style/hide/video/top-mask/index.ts b/registry/lib/components/style/hide/video/top-mask/index.ts index 32e955a9f..b3d514dbe 100644 --- a/registry/lib/components/style/hide/video/top-mask/index.ts +++ b/registry/lib/components/style/hide/video/top-mask/index.ts @@ -12,7 +12,7 @@ export const component = defineComponentMetadata({ style: () => import('./top-mask.scss'), }, ], - tags: [componentsTags.style], + tags: [componentsTags.style, componentsTags.video], description: { 'zh-CN': '隐藏视频里鼠标经过时出现在右上角的覆盖层.', },