Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Oct 22, 2024
1 parent 5a48fe3 commit 32b6440
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
32 changes: 32 additions & 0 deletions doc/features/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"fullRelativePath": "../../registry/dist/components/feeds/copy-link.js",
"fullAbsolutePath": "registry/dist/components/feeds/copy-link.js"
},
{
"type": "component",
"name": "deleteFeeds",
"displayName": "删除动态",
"description": "删除动态, 可选转发抽奖, 和全部删除.\r\n",
"fullRelativePath": "../../registry/dist/components/feeds/del-feeds.js",
"fullAbsolutePath": "registry/dist/components/feeds/del-feeds.js"
},
{
"type": "component",
"name": "disableFeedsDetails",
Expand Down Expand Up @@ -135,6 +143,14 @@
"fullRelativePath": "../../registry/dist/components/live/hide-gift-fullscreen.js",
"fullAbsolutePath": "registry/dist/components/live/hide-gift-fullscreen.js"
},
{
"type": "component",
"name": "hideLivePlayerBlur",
"displayName": "隐藏直播马赛克",
"description": "移除直播画面中的马赛克区域.\r\n",
"fullRelativePath": "../../registry/dist/components/live/hide-player-blur.js",
"fullAbsolutePath": "registry/dist/components/live/hide-player-blur.js"
},
{
"type": "component",
"name": "liveHomeMute",
Expand Down Expand Up @@ -295,6 +311,14 @@
"fullRelativePath": "../../registry/dist/components/style/hide/user-card.js",
"fullAbsolutePath": "registry/dist/components/style/hide/user-card.js"
},
{
"type": "component",
"name": "hideUserPendent",
"displayName": "隐藏头像框",
"description": "隐藏页面中用户的头像框 (包括角标), 目前支持动态和视频页面.\r\n",
"fullRelativePath": "../../registry/dist/components/style/hide/user-pendent.js",
"fullAbsolutePath": "registry/dist/components/style/hide/user-pendent.js"
},
{
"type": "component",
"name": "hideVideoNotes",
Expand Down Expand Up @@ -527,6 +551,14 @@
"fullRelativePath": "../../registry/dist/components/utils/column-unlock.js",
"fullAbsolutePath": "registry/dist/components/utils/column-unlock.js"
},
{
"type": "component",
"name": "commentContentReplace",
"displayName": "评论内容替换",
"description": "替换评论中的内容.\r\n\r\n可以添加多个替换配置, 每项配置可将一个关键词替换为其他文本. 若替换的目标是一个链接, 则视作替换为表情, 留空则会移除命中的关键词.\r\n",
"fullRelativePath": "../../registry/dist/components/utils/comments/content-replace.js",
"fullAbsolutePath": "registry/dist/components/utils/comments/content-replace.js"
},
{
"type": "component",
"name": "copyCommentsLink",
Expand Down
38 changes: 38 additions & 0 deletions doc/features/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@

开启后, 可在每条动态的菜单中选择复制链接.

### [删除动态](../../registry/dist/components/feeds/del-feeds.js)
`deleteFeeds`

**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/feeds/del-feeds.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/components/feeds/del-feeds.js)

**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/feeds/del-feeds.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/feeds/del-feeds.js)

删除动态, 可选转发抽奖, 和全部删除.

### [禁止跳转动态详情](../../registry/dist/components/feeds/disable-details.js)
`disableFeedsDetails`

Expand Down Expand Up @@ -170,6 +179,15 @@ by [@TimmyOVO](https://github.com/TimmyOVO)

移除全屏观看直播时的底部礼物栏

### [隐藏直播马赛克](../../registry/dist/components/live/hide-player-blur.js)
`hideLivePlayerBlur`

**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/live/hide-player-blur.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/components/live/hide-player-blur.js)

**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/live/hide-player-blur.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/live/hide-player-blur.js)

移除直播画面中的马赛克区域.

### [直播首页静音](../../registry/dist/components/live/home-mute.js)
`liveHomeMute`

Expand Down Expand Up @@ -389,6 +407,15 @@ by [@WakelessSloth56](https://github.com/WakelessSloth56)

隐藏鼠标指向用户名或用户头像时弹出的浮动用户信息卡片

### [隐藏头像框](../../registry/dist/components/style/hide/user-pendent.js)
`hideUserPendent`

**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/style/hide/user-pendent.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/components/style/hide/user-pendent.js)

**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/hide/user-pendent.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/hide/user-pendent.js)

隐藏页面中用户的头像框 (包括角标), 目前支持动态和视频页面.

### [隐藏记笔记](../../registry/dist/components/style/hide/video/notes.js)
`hideVideoNotes`

Expand Down Expand Up @@ -695,6 +722,17 @@ by [@snowraincloud](https://github.com/snowraincloud)

避免专栏的文字复制后在最后带上出处信息, 更贴近原生的复制行为.

### [评论内容替换](../../registry/dist/components/utils/comments/content-replace.js)
`commentContentReplace`

**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/utils/comments/content-replace.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/components/utils/comments/content-replace.js)

**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/utils/comments/content-replace.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/utils/comments/content-replace.js)

替换评论中的内容.

可以添加多个替换配置, 每项配置可将一个关键词替换为其他文本. 若替换的目标是一个链接, 则视作替换为表情, 留空则会移除命中的关键词.

### [复制评论链接](../../registry/dist/components/utils/comments/copy-link.js)
`copyCommentsLink`

Expand Down

0 comments on commit 32b6440

Please sign in to comment.