diff --git a/doc/features/features.json b/doc/features/features.json index 093cb7590..bcea50acc 100644 --- a/doc/features/features.json +++ b/doc/features/features.json @@ -63,6 +63,14 @@ "fullRelativePath": "../../registry/dist/components/feeds/full-title.js", "fullAbsolutePath": "registry/dist/components/feeds/full-title.js" }, + { + "type": "component", + "name": "hideFeedsCommentPreview", + "displayName": "隐藏动态评论预览", + "description": "隐藏动态评论按钮上方的精选评论预览. (详细可看 [#3322](https://github.com/the1812/Bilibili-Evolved/discussions/3322))\r\n", + "fullRelativePath": "../../registry/dist/components/feeds/hide-comment-preview.js", + "fullAbsolutePath": "registry/dist/components/feeds/hide-comment-preview.js" + }, { "type": "component", "name": "unfoldFeeds", @@ -299,7 +307,7 @@ "type": "component", "name": "simplifyHome", "displayName": "简化首页", - "description": "隐藏原版首页不需要的元素 / 分区.\n\n> 这个功能相当于 v1 的 `首页过滤`, v1 的 `简化首页` (清爽 / 极简首页) 需要重构后再发布, 问就是 Coming Soon.", + "description": "隐藏原版首页不需要的元素 / 分区.", "fullRelativePath": "../../registry/dist/components/style/simplify/home.js", "fullAbsolutePath": "registry/dist/components/style/simplify/home.js" }, diff --git a/doc/features/features.md b/doc/features/features.md index 0b3a7159b..2987f62b9 100644 --- a/doc/features/features.md +++ b/doc/features/features.md @@ -74,6 +74,15 @@ 在顶栏的视频动态中, 无论标题多长总是完全展开. +### [隐藏动态评论预览](../../registry/dist/components/feeds/hide-comment-preview.js) +`hideFeedsCommentPreview` + +**AltCdn:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/feeds/hide-comment-preview.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/feeds/hide-comment-preview.js) + +**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/feeds/hide-comment-preview.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/feeds/hide-comment-preview.js) + +隐藏动态评论按钮上方的精选评论预览. (详细可看 [#3322](https://github.com/the1812/Bilibili-Evolved/discussions/3322)) + ### [动态反折叠](../../registry/dist/components/feeds/unfold.js) `unfoldFeeds` @@ -373,8 +382,6 @@ 隐藏原版首页不需要的元素 / 分区. -> 这个功能相当于 v1 的 `首页过滤`, v1 的 `简化首页` (清爽 / 极简首页) 需要重构后再发布, 问就是 Coming Soon. - ### [简化直播间](../../registry/dist/components/style/simplify/live.js) `simplifyLiveroom` diff --git a/doc/features/pack/pack.json b/doc/features/pack/pack.json index ad188e266..c3566179f 100644 --- a/doc/features/pack/pack.json +++ b/doc/features/pack/pack.json @@ -69,7 +69,7 @@ "type": "component", "name": "simplifyHome", "displayName": "简化首页", - "description": "隐藏原版首页不需要的元素 / 分区.\n\n> 这个功能相当于 v1 的 `首页过滤`, v1 的 `简化首页` (清爽 / 极简首页) 需要重构后再发布, 问就是 Coming Soon.", + "description": "隐藏原版首页不需要的元素 / 分区.", "fullRelativePath": "../../registry/dist/components/style/simplify/home.js", "fullAbsolutePath": "registry/dist/components/style/simplify/home.js" },