mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update docs
This commit is contained in:
parent
b1155a05d3
commit
7e7caf6b78
@ -431,14 +431,6 @@
|
||||
"fullRelativePath": "../../registry/dist/components/style/simplify/comments.js",
|
||||
"fullAbsolutePath": "registry/dist/components/style/simplify/comments.js"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "simplifyHome",
|
||||
"displayName": "简化首页",
|
||||
"description": "隐藏原版首页不需要的元素 / 分区.",
|
||||
"fullRelativePath": "../../registry/dist/components/style/simplify/home.js",
|
||||
"fullAbsolutePath": "registry/dist/components/style/simplify/home.js"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "simplifyLiveroom",
|
||||
@ -771,7 +763,7 @@
|
||||
"type": "component",
|
||||
"name": "fullEpisodeTitle",
|
||||
"displayName": "选集区域优化",
|
||||
"description": "提供一些视频选集区域的优化, 对番剧无效.\r\n- `展开选集标题`: 总是完全展开视频选集列表项的标题\r\n- `展开选集列表`: 总是完全展开视频选集列表\r\n\r\n打开 `展开选集列表` 时, 在选集区域的标题上按住 <kbd>Alt</kbd> 键点击可以临时切换展开/收起选集列表.\r\n",
|
||||
"description": "提供一些视频选集区域的优化, 对番剧无效.\r\n- `展开选集标题`: 总是完全展开视频选集列表项的标题, 若为传统分 P 列表, 还会恢复显示分 P 数的前缀.\r\n- `展开选集列表`: 总是完全展开视频选集列表\r\n\r\n打开 `展开选集列表` 时, 在选集区域的标题上按住 <kbd>Alt</kbd> 键点击可以临时切换此组件的效果.\r\n",
|
||||
"fullRelativePath": "../../registry/dist/components/video/full-episode-title.js",
|
||||
"fullAbsolutePath": "registry/dist/components/video/full-episode-title.js"
|
||||
},
|
||||
|
||||
@ -572,15 +572,6 @@ by [@RieN7](https://github.com/rien7),[@ZiuChen](https://github.com/ZiuChen),[@L
|
||||
- `粉丝勋章`: 隐藏用户的粉丝勋章.
|
||||
- `小喇叭横幅`: 隐藏评论区顶部的小喇叭横幅
|
||||
|
||||
### [简化首页](../../registry/dist/components/style/simplify/home.js)
|
||||
`simplifyHome`
|
||||
|
||||
**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/style/simplify/home.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/components/style/simplify/home.js)
|
||||
|
||||
**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/simplify/home.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/simplify/home.js)
|
||||
|
||||
隐藏原版首页不需要的元素 / 分区.
|
||||
|
||||
### [简化直播间](../../registry/dist/components/style/simplify/live.js)
|
||||
`simplifyLiveroom`
|
||||
|
||||
@ -1066,10 +1057,10 @@ by [@kdxcxs](https://github.com/kdxcxs)
|
||||
**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/video/full-episode-title.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/video/full-episode-title.js)
|
||||
|
||||
提供一些视频选集区域的优化, 对番剧无效.
|
||||
- `展开选集标题`: 总是完全展开视频选集列表项的标题
|
||||
- `展开选集标题`: 总是完全展开视频选集列表项的标题, 若为传统分 P 列表, 还会恢复显示分 P 数的前缀.
|
||||
- `展开选集列表`: 总是完全展开视频选集列表
|
||||
|
||||
打开 `展开选集列表` 时, 在选集区域的标题上按住 <kbd>Alt</kbd> 键点击可以临时切换展开/收起选集列表.
|
||||
打开 `展开选集列表` 时, 在选集区域的标题上按住 <kbd>Alt</kbd> 键点击可以临时切换此组件的效果.
|
||||
|
||||
### [保存视频元数据](../../registry/dist/components/video/metadata.js)
|
||||
`saveVideoMetadata`
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
{
|
||||
"name": "cleaner",
|
||||
"displayName": "简洁至上",
|
||||
"description": "简化各种多余界面元素, 专注于内容本身.\n\n包含以下功能:\n删除广告, 删除直播水印, 删除视频弹窗, 禁用特殊弹幕样式, 简化评论区, 简化直播间, 简化首页, 自动收起直播侧栏, 隐藏视频推荐, 隐藏直播推荐, 隐藏视频标题层",
|
||||
"description": "简化各种多余界面元素, 专注于内容本身.\n\n包含以下功能:\n删除广告, 删除直播水印, 删除视频弹窗, 禁用特殊弹幕样式, 简化评论区, 简化直播间, 自动收起直播侧栏, 隐藏视频推荐, 隐藏直播推荐, 隐藏视频标题层",
|
||||
"components": [
|
||||
"removePromotions",
|
||||
"removeLiveWatermark",
|
||||
@ -10,7 +10,6 @@
|
||||
"disableSpecialDanmaku",
|
||||
"simplifyComments",
|
||||
"simplifyLiveroom",
|
||||
"simplifyHome",
|
||||
"collapseLiveSideBar",
|
||||
"hideRelatedVideos",
|
||||
"hideRecommendedLive",
|
||||
@ -65,14 +64,6 @@
|
||||
"fullRelativePath": "../../registry/dist/components/style/simplify/live.js",
|
||||
"fullAbsolutePath": "registry/dist/components/style/simplify/live.js"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "simplifyHome",
|
||||
"displayName": "简化首页",
|
||||
"description": "隐藏原版首页不需要的元素 / 分区.",
|
||||
"fullRelativePath": "../../registry/dist/components/style/simplify/home.js",
|
||||
"fullAbsolutePath": "registry/dist/components/style/simplify/home.js"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "collapseLiveSideBar",
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
简化各种多余界面元素, 专注于内容本身.
|
||||
|
||||
包含以下功能:
|
||||
删除广告, 删除直播水印, 删除视频弹窗, 禁用特殊弹幕样式, 简化评论区, 简化直播间, 简化首页, 自动收起直播侧栏, 隐藏视频推荐, 隐藏直播推荐, 隐藏视频标题层
|
||||
删除广告, 删除直播水印, 删除视频弹窗, 禁用特殊弹幕样式, 简化评论区, 简化直播间, 自动收起直播侧栏, 隐藏视频推荐, 隐藏直播推荐, 隐藏视频标题层
|
||||
|
||||
<details>
|
||||
<summary><strong>jsDelivr Stable</strong></summary>
|
||||
@ -17,7 +17,6 @@ https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/special-danmaku.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/simplify/comments.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/simplify/live.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/simplify/home.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/live/side-bar.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/hide/video/related-videos.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/hide/video/recommended-live.js
|
||||
@ -35,7 +34,6 @@ https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/special-danmaku.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/simplify/comments.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/simplify/live.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/simplify/home.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/live/side-bar.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/hide/video/related-videos.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/hide/video/recommended-live.js
|
||||
@ -53,7 +51,6 @@ https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/special-danmaku.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/simplify/comments.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/simplify/live.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/simplify/home.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/live/side-bar.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/hide/video/related-videos.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/style/hide/video/recommended-live.js
|
||||
@ -71,7 +68,6 @@ https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/special-danmaku.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/simplify/comments.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/simplify/live.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/simplify/home.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/live/side-bar.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/hide/video/related-videos.js
|
||||
https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/style/hide/video/recommended-live.js
|
||||
|
||||
Loading…
Reference in New Issue
Block a user