docs(components): remove duplicate descripiton in index.ts

This commit is contained in:
Alan Ye 2025-04-06 20:32:51 +08:00
parent ec77980db8
commit 68ce22291f
No known key found for this signature in database

View File

@ -95,9 +95,6 @@ const entry = () => {
export const component = defineComponentMetadata({
name: 'activeVideoLinks',
displayName: '视频链接增强',
description: {
'zh-CN': '将视频简介中的普通网址转换为可点击的链接,同时修复 acg.tv 链接',
},
tags: [componentsTags.utils],
entry,
reload: entry,