Update docs

This commit is contained in:
the1812 2024-04-23 22:58:10 +08:00
parent 2a332c8132
commit e2b30d5e4c
3 changed files with 37 additions and 3 deletions

View File

@ -79,6 +79,14 @@
"fullRelativePath": "../../registry/dist/components/feeds/image-auto-back-to-top.js",
"fullAbsolutePath": "registry/dist/components/feeds/image-auto-back-to-top.js"
},
{
"type": "component",
"name": "legacyFeedsImageViewer",
"displayName": "动态图片平铺展示",
"description": "将动态中左右切换式的图片改回传统的平铺展示. (在动态详情中可能稍有延迟)\r\n",
"fullRelativePath": "../../registry/dist/components/feeds/legacy-image-viewer.js",
"fullAbsolutePath": "registry/dist/components/feeds/legacy-image-viewer.js"
},
{
"type": "component",
"name": "unfoldFeeds",
@ -827,7 +835,7 @@
"type": "component",
"name": "removePlayerPopup",
"displayName": "删除视频弹窗",
"description": "删除视频播放器中出现的各种弹窗, 类别可在选项中分别选择.\r\n",
"description": "删除视频播放器中出现的各种弹窗, 类别可在选项中分别选择. 如果之前点了收起弹窗, 则收起后的小弹窗则会直接删除. (不受类别选择影响)\r\n",
"fullRelativePath": "../../registry/dist/components/video/player/remove-popup.js",
"fullAbsolutePath": "registry/dist/components/video/player/remove-popup.js"
},
@ -912,6 +920,14 @@
"fullRelativePath": "../../registry/dist/plugins/feeds/filter/hide-charge-feeds.js",
"fullAbsolutePath": "registry/dist/plugins/feeds/filter/hide-charge-feeds.js"
},
{
"type": "plugin",
"name": "feedsFilter.pluginBlocks.goods",
"displayName": "动态过滤器 - 移除商品带货动态",
"description": "移除动态里的商品带货动态 (UP主的推荐 · 来自 XX), 装有 `动态过滤器` 时生效.\r\n",
"fullRelativePath": "../../registry/dist/plugins/feeds/filter/hide-goods.js",
"fullAbsolutePath": "registry/dist/plugins/feeds/filter/hide-goods.js"
},
{
"type": "plugin",
"name": "launchBar.actions.audioSearch",

View File

@ -92,6 +92,15 @@
在动态里查看图片详情时 (非全屏), 切换图片自动回到图片顶部; 退出查看图片模式时, 自动将动态移入视图内.
### [动态图片平铺展示](../../registry/dist/components/feeds/legacy-image-viewer.js)
`legacyFeedsImageViewer`
**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/feeds/legacy-image-viewer.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/components/feeds/legacy-image-viewer.js)
**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/feeds/legacy-image-viewer.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/feeds/legacy-image-viewer.js)
将动态中左右切换式的图片改回传统的平铺展示. (在动态详情中可能稍有延迟)
### [动态反折叠](../../registry/dist/components/feeds/unfold.js)
`unfoldFeeds`
@ -1149,7 +1158,7 @@ by [@JLoeve](https://github.com/LonelySteve)
**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/video/player/remove-popup.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/video/player/remove-popup.js)
删除视频播放器中出现的各种弹窗, 类别可在选项中分别选择.
删除视频播放器中出现的各种弹窗, 类别可在选项中分别选择. 如果之前点了收起弹窗, 则收起后的小弹窗则会直接删除. (不受类别选择影响)
### [启用视频截图](../../registry/dist/components/video/player/screenshot.js)
`videoScreenshot`
@ -1261,6 +1270,15 @@ by FoundTheWOUT
移除动态里的充电专属动态, 装有 `动态过滤器` 时生效.
### [动态过滤器 - 移除商品带货动态](../../registry/dist/plugins/feeds/filter/hide-goods.js)
`feedsFilter.pluginBlocks.goods`
**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/plugins/feeds/filter/hide-goods.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/plugins/feeds/filter/hide-goods.js)
**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/plugins/feeds/filter/hide-goods.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/plugins/feeds/filter/hide-goods.js)
移除动态里的商品带货动态 (UP主的推荐 · 来自 XX), 装有 `动态过滤器` 时生效.
### [搜索栏 - 音频跳转](../../registry/dist/plugins/launch-bar/audio-search.js)
`launchBar.actions.audioSearch`

View File

@ -37,7 +37,7 @@
"type": "component",
"name": "removePlayerPopup",
"displayName": "删除视频弹窗",
"description": "删除视频播放器中出现的各种弹窗, 类别可在选项中分别选择.\r\n",
"description": "删除视频播放器中出现的各种弹窗, 类别可在选项中分别选择. 如果之前点了收起弹窗, 则收起后的小弹窗则会直接删除. (不受类别选择影响)\r\n",
"fullRelativePath": "../../registry/dist/components/video/player/remove-popup.js",
"fullAbsolutePath": "registry/dist/components/video/player/remove-popup.js"
},