Update displayName and description (#4065)

This commit is contained in:
the1812 2023-03-18 15:39:17 +08:00
parent 1435809d54
commit ce026502b5
2 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1,3 @@
(原名: 专栏文字选择, 现在专栏已经不限制选中文字了)
避免专栏的文字复制后在最后带上出处信息, 更贴近原生的复制行为.

View File

@ -22,7 +22,7 @@ const entry = async () => {
}
export const component = defineComponentMetadata({
name: 'columnUnlock',
displayName: '专栏文字选择',
displayName: '专栏复制优化',
entry,
reload: entry,
unload: async () => {
@ -30,8 +30,5 @@ export const component = defineComponentMetadata({
enable = false
},
tags: [componentsTags.utils],
description: {
'zh-CN': '使专栏的文字可以选择.',
},
urlInclude: ['//www.bilibili.com/read/'],
})