Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Jun 3, 2023
1 parent d661450 commit 1e3bfa8
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 8 deletions.
32 changes: 28 additions & 4 deletions doc/features/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,14 @@
"fullRelativePath": "../../registry/dist/components/style/auto-hide-sidebar.js",
"fullAbsolutePath": "registry/dist/components/style/auto-hide-sidebar.js"
},
{
"type": "component",
"name": "clear-home",
"displayName": "首页净化",
"description": "by [@RieN7](https://github.com/rien7)\n\n删除首页特定类型的卡片",
"fullRelativePath": "../../registry/dist/components/style/clear-home.js",
"fullAbsolutePath": "registry/dist/components/style/clear-home.js"
},
{
"type": "component",
"name": "customNavbar",
Expand Down Expand Up @@ -239,6 +247,14 @@
"fullRelativePath": "../../registry/dist/components/style/hide/user-card.js",
"fullAbsolutePath": "registry/dist/components/style/hide/user-card.js"
},
{
"type": "component",
"name": "hideVideoNotes",
"displayName": "隐藏记笔记",
"description": "隐藏视频页面中的 \"记笔记\" 按钮.\r\n",
"fullRelativePath": "../../registry/dist/components/style/hide/video/notes.js",
"fullAbsolutePath": "registry/dist/components/style/hide/video/notes.js"
},
{
"type": "component",
"name": "hideRecommendedLive",
Expand All @@ -251,10 +267,18 @@
"type": "component",
"name": "hideRelatedVideos",
"displayName": "隐藏视频推荐",
"description": "隐藏番剧和视频页面右侧的推荐视频列表. 注意: 如果你想关闭 b 站的自动连播 (自动播放下一个推荐视频) 功能, 需要先取消隐藏视频推荐才能看到开关.",
"description": "隐藏番剧和视频页面右侧的推荐视频列表. 注意: 如果你想关闭 b 站的自动连播 (自动播放下一个推荐视频) 功能, 需要先取消隐藏视频推荐才能看到开关.\r\n",
"fullRelativePath": "../../registry/dist/components/style/hide/video/related-videos.js",
"fullAbsolutePath": "registry/dist/components/style/hide/video/related-videos.js"
},
{
"type": "component",
"name": "hideVideoReport",
"displayName": "隐藏稿件投诉",
"description": "隐藏视频页面中的 \"稿件投诉\" 按钮.\r\n",
"fullRelativePath": "../../registry/dist/components/style/hide/video/report.js",
"fullAbsolutePath": "registry/dist/components/style/hide/video/report.js"
},
{
"type": "component",
"name": "hideVideoShare",
Expand Down Expand Up @@ -291,7 +315,7 @@
"type": "component",
"name": "playerOnTopNew",
"displayName": "播放器置顶(新)",
"description": "by [@RieN7](https://github.com/rien7)\n\n原来的播放器置顶插件,现在已经不可用了,这是一个新的版本,可以在视频页面中将播放器放在页面最上方.",
"description": "by [@RieN7](https://github.com/rien7),[@ZiuChen](https://github.com/ZiuChen),[@LockRim](https://github.com/LockRim)\n\n原来的播放器置顶插件,现在已经不可用了,这是一个新的版本,可以在视频页面中将播放器放在页面最上方.",
"fullRelativePath": "../../registry/dist/components/style/player-on-top-new.js",
"fullAbsolutePath": "registry/dist/components/style/player-on-top-new.js"
},
Expand Down Expand Up @@ -523,7 +547,7 @@
"type": "component",
"name": "urlParamsClean",
"displayName": "网址参数清理",
"description": "自动删除网址中的多余跟踪参数. 请注意这会导致浏览器历史记录出现重复的标题 (分别是转换前后的网址), 并可能导致后退要多退几次.\r\n",
"description": "自动删除网址中的多余跟踪参数请注意这会导致浏览器历史记录出现重复的标题分别是转换前后的网址),并可能导致后退要多退几次\r\n",
"fullRelativePath": "../../registry/dist/components/utils/url-params-clean.js",
"fullAbsolutePath": "registry/dist/components/utils/url-params-clean.js"
},
Expand Down Expand Up @@ -779,7 +803,7 @@
"type": "component",
"name": "showUploadTime",
"displayName": "显示视频投稿时间",
"description": "by [@wisokey](https://github.com/wisokey)\n\n为视频播放页面的推荐列表中的视频添加显示视频投稿时间.\r\n\r\n`时间格式` 替换up名的文本格式 (默认为'up · yyyy-MM-dd'):\r\n - y: 年\r\n - M: 月\r\n - d: 日\r\n - h: 时\r\n - m: 分\r\n - s: 秒\r\n - q: 季度\r\n - up: up名\r\n",
"description": "by [@wisokey](https://github.com/wisokey)\n\n为视频播放页面的推荐列表中的视频添加显示视频投稿时间.\r\n\r\n`时间格式` 替换up名的文本格式 (默认为'up · yyyy-MM-dd'):\r\n - y: 年\r\n - M: 月\r\n - d: 日\r\n - h: 时\r\n - m: 分\r\n - s: 秒\r\n - q: 季度\r\n - up: up名\r\n - \\r: 回车符\r\n - \\n:换行符\r\n - \\t:制表符",
"fullRelativePath": "../../registry/dist/components/video/player/show-upload-time.js",
"fullAbsolutePath": "registry/dist/components/video/player/show-upload-time.js"
},
Expand Down
36 changes: 34 additions & 2 deletions doc/features/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,17 @@

自动隐藏脚本的侧栏 (功能和设置图标). 设置面板停靠在右侧时不建议使用, 因为网页的滚动条会占用右边缘的触发区域.

### [首页净化](../../registry/dist/components/style/clear-home.js)
`clear-home`

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

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

by [@RieN7](https://github.com/rien7)

删除首页特定类型的卡片

### [自定义顶栏](../../registry/dist/components/style/custom-navbar.js)
`customNavbar`

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

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

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

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

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

隐藏视频页面中的 "记笔记" 按钮.

### [隐藏直播推荐](../../registry/dist/components/style/hide/video/recommended-live.js)
`hideRecommendedLive`

Expand All @@ -302,6 +322,15 @@ by [@WakelessSloth56](https://github.com/WakelessSloth56)

隐藏番剧和视频页面右侧的推荐视频列表. 注意: 如果你想关闭 b 站的自动连播 (自动播放下一个推荐视频) 功能, 需要先取消隐藏视频推荐才能看到开关.

### [隐藏稿件投诉](../../registry/dist/components/style/hide/video/report.js)
`hideVideoReport`

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

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

隐藏视频页面中的 "稿件投诉" 按钮.

### [隐藏视频分享](../../registry/dist/components/style/hide/video/share.js)
`hideVideoShare`

Expand Down Expand Up @@ -355,7 +384,7 @@ by [@WakelessSloth56](https://github.com/WakelessSloth56)

**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/player-on-top-new.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/player-on-top-new.js)

by [@RieN7](https://github.com/rien7)
by [@RieN7](https://github.com/rien7),[@ZiuChen](https://github.com/ZiuChen),[@LockRim](https://github.com/LockRim)

原来的播放器置顶插件,现在已经不可用了,这是一个新的版本,可以在视频页面中将播放器放在页面最上方.

Expand Down Expand Up @@ -665,7 +694,7 @@ by [@aiden](https://github.com/swhoro)

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

自动删除网址中的多余跟踪参数. 请注意这会导致浏览器历史记录出现重复的标题 (分别是转换前后的网址), 并可能导致后退要多退几次.
自动删除网址中的多余跟踪参数请注意这会导致浏览器历史记录出现重复的标题分别是转换前后的网址),并可能导致后退要多退几次

### [v1 设置迁移](../../registry/dist/components/utils/v1-migrate.js)
`v1Migrate`
Expand Down Expand Up @@ -1050,6 +1079,9 @@ by [@wisokey](https://github.com/wisokey)
- s: 秒
- q: 季度
- up: up名
- \r: 回车符
- \n:换行符
- \t:制表符

### [跳过充电鸣谢](../../registry/dist/components/video/player/skip-charge-list.js)
`skipChargeList`
Expand Down
4 changes: 2 additions & 2 deletions doc/features/pack/pack.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"type": "component",
"name": "hideRelatedVideos",
"displayName": "隐藏视频推荐",
"description": "隐藏番剧和视频页面右侧的推荐视频列表. 注意: 如果你想关闭 b 站的自动连播 (自动播放下一个推荐视频) 功能, 需要先取消隐藏视频推荐才能看到开关.",
"description": "隐藏番剧和视频页面右侧的推荐视频列表. 注意: 如果你想关闭 b 站的自动连播 (自动播放下一个推荐视频) 功能, 需要先取消隐藏视频推荐才能看到开关.\r\n",
"fullRelativePath": "../../registry/dist/components/style/hide/video/related-videos.js",
"fullAbsolutePath": "registry/dist/components/style/hide/video/related-videos.js"
},
Expand Down Expand Up @@ -216,7 +216,7 @@
"type": "component",
"name": "urlParamsClean",
"displayName": "网址参数清理",
"description": "自动删除网址中的多余跟踪参数. 请注意这会导致浏览器历史记录出现重复的标题 (分别是转换前后的网址), 并可能导致后退要多退几次.\r\n",
"description": "自动删除网址中的多余跟踪参数请注意这会导致浏览器历史记录出现重复的标题分别是转换前后的网址),并可能导致后退要多退几次\r\n",
"fullRelativePath": "../../registry/dist/components/utils/url-params-clean.js",
"fullAbsolutePath": "registry/dist/components/utils/url-params-clean.js"
},
Expand Down

0 comments on commit 1e3bfa8

Please sign in to comment.