Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Sep 18, 2022
1 parent 8a2679d commit 45e1d6c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
10 changes: 9 additions & 1 deletion doc/features/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
11 changes: 9 additions & 2 deletions doc/features/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -373,8 +382,6 @@

隐藏原版首页不需要的元素 / 分区.

> 这个功能相当于 v1 的 `首页过滤`, v1 的 `简化首页` (清爽 / 极简首页) 需要重构后再发布, 问就是 Coming Soon.
### [简化直播间](../../registry/dist/components/style/simplify/live.js)
`simplifyLiveroom`

Expand Down
2 changes: 1 addition & 1 deletion doc/features/pack/pack.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 45e1d6c

Please sign in to comment.