Update docs

This commit is contained in:
the1812 2022-04-16 16:42:59 +08:00
parent eae28db3d0
commit 2f6e86289a
2 changed files with 14 additions and 31 deletions

View File

@ -71,14 +71,6 @@
"fullRelativePath": "../../registry/dist/components/feeds/unfold.js", "fullRelativePath": "../../registry/dist/components/feeds/unfold.js",
"fullAbsolutePath": "registry/dist/components/feeds/unfold.js" "fullAbsolutePath": "registry/dist/components/feeds/unfold.js"
}, },
{
"type": "component",
"name": "liveAutoDraw",
"displayName": "直播间自动抽奖",
"description": "在当前直播间有抽奖活动时, 自动点击抽奖按钮. 注意只适用于少量抽奖, 那种99+限量抽奖可能跟不上其他人的手速(",
"fullRelativePath": "../../registry/dist/components/live/auto-draw.js",
"fullAbsolutePath": "registry/dist/components/live/auto-draw.js"
},
{ {
"type": "component", "type": "component",
"name": "badgeHelper", "name": "badgeHelper",
@ -121,11 +113,11 @@
}, },
{ {
"type": "component", "type": "component",
"name": "livePip", "name": "originalLiveroom",
"displayName": "直播画中画", "displayName": "返回原版直播间",
"description": "在直播间的功能面板中启用画中画支持, 不过现在好像 b 站已经直接支持了, 后续可能会删掉这个功能.", "description": "在直播间中提供返回原版直播间的按钮, 原版直播间将无视活动皮肤, 强制使用标准的直播页面.",
"fullRelativePath": "../../registry/dist/components/live/pip.js", "fullRelativePath": "../../registry/dist/components/live/original.js",
"fullAbsolutePath": "registry/dist/components/live/pip.js" "fullAbsolutePath": "registry/dist/components/live/original.js"
}, },
{ {
"type": "component", "type": "component",
@ -555,7 +547,7 @@
"type": "component", "type": "component",
"name": "outerWatchlater", "name": "outerWatchlater",
"displayName": "外置稍后再看", "displayName": "外置稍后再看",
"description": "将视频页面菜单里的 `稍后再看` 移到外面.", "description": "将视频页面菜单里的 `稍后再看` 移到外面. 请注意如果在稍后再看页面中仍然显示, 是不会实时同步右侧的播放列表的.",
"fullRelativePath": "../../registry/dist/components/video/outer-watchlater.js", "fullRelativePath": "../../registry/dist/components/video/outer-watchlater.js",
"fullAbsolutePath": "registry/dist/components/video/outer-watchlater.js" "fullAbsolutePath": "registry/dist/components/video/outer-watchlater.js"
}, },
@ -683,7 +675,7 @@
"type": "component", "type": "component",
"name": "quickFavorite", "name": "quickFavorite",
"displayName": "启用快速收藏", "displayName": "启用快速收藏",
"description": "启用快速收藏, 在视频页面可以一键收藏到设定的某个收藏夹. 首次启动时或者右键点击快速收藏图标可以配置快速收藏夹.", "description": "启用快速收藏, 在视频页面可以一键收藏到设定的某个收藏夹. 首次启动时或者右键点击快速收藏图标可以配置快速收藏夹. 请注意如果在在收藏夹播放页面仍然显示, 是不会实时同步右侧的播放列表的.",
"fullRelativePath": "../../registry/dist/components/video/quick-favorite.js", "fullRelativePath": "../../registry/dist/components/video/quick-favorite.js",
"fullAbsolutePath": "registry/dist/components/video/quick-favorite.js" "fullAbsolutePath": "registry/dist/components/video/quick-favorite.js"
}, },

View File

@ -89,15 +89,6 @@
- 多人转发同一个作品 - 多人转发同一个作品
- 被审核折叠 - 被审核折叠
### [直播间自动抽奖](../../registry/dist/components/live/auto-draw.js)
`liveAutoDraw`
**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/live/auto-draw.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/components/live/auto-draw.js)
**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/live/auto-draw.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/live/auto-draw.js)
在当前直播间有抽奖活动时, 自动点击抽奖按钮. 注意只适用于少量抽奖, 那种99+限量抽奖可能跟不上其他人的手速(
### [直播勋章快速更换](../../registry/dist/components/live/badge-helper.js) ### [直播勋章快速更换](../../registry/dist/components/live/badge-helper.js)
`badgeHelper` `badgeHelper`
@ -143,14 +134,14 @@
禁止直播首页的推荐直播间自动开始播放. 禁止直播首页的推荐直播间自动开始播放.
### [直播画中画](../../registry/dist/components/live/pip.js) ### [返回原版直播间](../../registry/dist/components/live/original.js)
`livePip` `originalLiveroom`
**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/live/pip.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/components/live/pip.js) **jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/live/original.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/components/live/original.js)
**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/live/pip.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/live/pip.js) **GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/live/original.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/live/original.js)
在直播间的功能面板中启用画中画支持, 不过现在好像 b 站已经直接支持了, 后续可能会删掉这个功能. 在直播间中提供返回原版直播间的按钮, 原版直播间将无视活动皮肤, 强制使用标准的直播页面.
### [删除直播水印](../../registry/dist/components/live/remove-watermark.js) ### [删除直播水印](../../registry/dist/components/live/remove-watermark.js)
`removeLiveWatermark` `removeLiveWatermark`
@ -692,7 +683,7 @@ by [@kdxcxs](https://github.com/kdxcxs)
**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/video/outer-watchlater.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/video/outer-watchlater.js) **GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/video/outer-watchlater.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/video/outer-watchlater.js)
将视频页面菜单里的 `稍后再看` 移到外面. 将视频页面菜单里的 `稍后再看` 移到外面. 请注意如果在稍后再看页面中仍然显示, 是不会实时同步右侧的播放列表的.
### [播放时自动关灯](../../registry/dist/components/video/player/auto-light.js) ### [播放时自动关灯](../../registry/dist/components/video/player/auto-light.js)
`playerAutoLight` `playerAutoLight`
@ -886,7 +877,7 @@ by [@JLoeve](https://github.com/LonelySteve)
**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/video/quick-favorite.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/video/quick-favorite.js) **GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/video/quick-favorite.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/video/quick-favorite.js)
启用快速收藏, 在视频页面可以一键收藏到设定的某个收藏夹. 首次启动时或者右键点击快速收藏图标可以配置快速收藏夹. 启用快速收藏, 在视频页面可以一键收藏到设定的某个收藏夹. 首次启动时或者右键点击快速收藏图标可以配置快速收藏夹. 请注意如果在在收藏夹播放页面仍然显示, 是不会实时同步右侧的播放列表的.
### [SEO 页面重定向](../../registry/dist/components/video/seo-redirect.js) ### [SEO 页面重定向](../../registry/dist/components/video/seo-redirect.js)
`seoRedirect` `seoRedirect`