From 2f6e86289a1cf91a6d73e2755537e202433f99dc Mon Sep 17 00:00:00 2001 From: the1812 Date: Sat, 16 Apr 2022 16:42:59 +0800 Subject: [PATCH] Update docs --- doc/features/features.json | 22 +++++++--------------- doc/features/features.md | 23 +++++++---------------- 2 files changed, 14 insertions(+), 31 deletions(-) diff --git a/doc/features/features.json b/doc/features/features.json index 225d48532..e58ff68ce 100644 --- a/doc/features/features.json +++ b/doc/features/features.json @@ -71,14 +71,6 @@ "fullRelativePath": "../../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", "name": "badgeHelper", @@ -121,11 +113,11 @@ }, { "type": "component", - "name": "livePip", - "displayName": "直播画中画", - "description": "在直播间的功能面板中启用画中画支持, 不过现在好像 b 站已经直接支持了, 后续可能会删掉这个功能.", - "fullRelativePath": "../../registry/dist/components/live/pip.js", - "fullAbsolutePath": "registry/dist/components/live/pip.js" + "name": "originalLiveroom", + "displayName": "返回原版直播间", + "description": "在直播间中提供返回原版直播间的按钮, 原版直播间将无视活动皮肤, 强制使用标准的直播页面.", + "fullRelativePath": "../../registry/dist/components/live/original.js", + "fullAbsolutePath": "registry/dist/components/live/original.js" }, { "type": "component", @@ -555,7 +547,7 @@ "type": "component", "name": "outerWatchlater", "displayName": "外置稍后再看", - "description": "将视频页面菜单里的 `稍后再看` 移到外面.", + "description": "将视频页面菜单里的 `稍后再看` 移到外面. 请注意如果在稍后再看页面中仍然显示, 是不会实时同步右侧的播放列表的.", "fullRelativePath": "../../registry/dist/components/video/outer-watchlater.js", "fullAbsolutePath": "registry/dist/components/video/outer-watchlater.js" }, @@ -683,7 +675,7 @@ "type": "component", "name": "quickFavorite", "displayName": "启用快速收藏", - "description": "启用快速收藏, 在视频页面可以一键收藏到设定的某个收藏夹. 首次启动时或者右键点击快速收藏图标可以配置快速收藏夹.", + "description": "启用快速收藏, 在视频页面可以一键收藏到设定的某个收藏夹. 首次启动时或者右键点击快速收藏图标可以配置快速收藏夹. 请注意如果在在收藏夹播放页面仍然显示, 是不会实时同步右侧的播放列表的.", "fullRelativePath": "../../registry/dist/components/video/quick-favorite.js", "fullAbsolutePath": "registry/dist/components/video/quick-favorite.js" }, diff --git a/doc/features/features.md b/doc/features/features.md index 11093a9b6..382a7d7a3 100644 --- a/doc/features/features.md +++ b/doc/features/features.md @@ -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) `badgeHelper` @@ -143,14 +134,14 @@ 禁止直播首页的推荐直播间自动开始播放. -### [直播画中画](../../registry/dist/components/live/pip.js) -`livePip` +### [返回原版直播间](../../registry/dist/components/live/original.js) +`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) `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) -将视频页面菜单里的 `稍后再看` 移到外面. +将视频页面菜单里的 `稍后再看` 移到外面. 请注意如果在稍后再看页面中仍然显示, 是不会实时同步右侧的播放列表的. ### [播放时自动关灯](../../registry/dist/components/video/player/auto-light.js) `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) -启用快速收藏, 在视频页面可以一键收藏到设定的某个收藏夹. 首次启动时或者右键点击快速收藏图标可以配置快速收藏夹. +启用快速收藏, 在视频页面可以一键收藏到设定的某个收藏夹. 首次启动时或者右键点击快速收藏图标可以配置快速收藏夹. 请注意如果在在收藏夹播放页面仍然显示, 是不会实时同步右侧的播放列表的. ### [SEO 页面重定向](../../registry/dist/components/video/seo-redirect.js) `seoRedirect`