Update docs

This commit is contained in:
the1812 2022-09-18 22:36:34 +08:00
parent 8a2679db58
commit 45e1d6c6a4
3 changed files with 19 additions and 4 deletions

View File

@ -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"
},

View File

@ -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`

View File

@ -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"
},