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
e9e58f08c9
commit
4e8221f089
@ -111,6 +111,14 @@
|
||||
"fullRelativePath": "../../registry/dist/components/live/badge-helper.js",
|
||||
"fullAbsolutePath": "registry/dist/components/live/badge-helper.js"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "badgeKeepalive",
|
||||
"displayName": "一键点亮直播间粉丝勋章",
|
||||
"description": "by [@magicFeirl](https://github.com/magicFeirl)\n\n在直播间页面的功能面板添加一键点亮粉丝勋章功能,仅适用于有粉丝勋章且正在直播的直播间。原理:发送一个 300 次点赞的请求点亮粉丝勋章。",
|
||||
"fullRelativePath": "../../registry/dist/components/live/badge-keepalive.js",
|
||||
"fullAbsolutePath": "registry/dist/components/live/badge-keepalive.js"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "liveChatPanelFit",
|
||||
@ -503,6 +511,14 @@
|
||||
"fullRelativePath": "../../registry/dist/components/touch/player-gestures.js",
|
||||
"fullAbsolutePath": "registry/dist/components/touch/player-gestures.js"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "activeVideoLinks",
|
||||
"displayName": "视频链接增强",
|
||||
"description": "by [@Alan Ye](https://github.com/at-wr)\n\n这个组件会将视频简介中的普通网址转换为可点击的链接,并将<del>被 Bilibili 抛弃</del>已失效的 `acg.tv` 跳转链接修复为 `nicovideo.jp` 链接。\r\n\r\n例如: `https://acg.tv/sm37507315` → `https://www.nicovideo.jp/watch/sm37507315`\r\n\r\n<i>本组件不会保证目标链接的安全性,因此在点击前请自行验证其是否可信</i>\r\n",
|
||||
"fullRelativePath": "../../registry/dist/components/utils/active-video-links.js",
|
||||
"fullAbsolutePath": "registry/dist/components/utils/active-video-links.js"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "albumPubTimeShow",
|
||||
@ -591,6 +607,14 @@
|
||||
"fullRelativePath": "../../registry/dist/components/utils/download-audio.js",
|
||||
"fullAbsolutePath": "registry/dist/components/utils/download-audio.js"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "downloadEmoticons",
|
||||
"displayName": "下载表情",
|
||||
"description": "by [@Pencilqaq](https://github.com/pencilqaq)\n\n## 下载up主专属表情包\r\n\r\n支持下载up主专属表情包,处于任意直播间页面时,下载按钮会在`功能`面板显示,以压缩包形式保存。",
|
||||
"fullRelativePath": "../../registry/dist/components/utils/download-emoticons.js",
|
||||
"fullAbsolutePath": "registry/dist/components/utils/download-emoticons.js"
|
||||
},
|
||||
{
|
||||
"type": "component",
|
||||
"name": "imageExporter",
|
||||
|
||||
@ -136,6 +136,17 @@
|
||||
|
||||
在直播区中, 可从功能面板中直接切换勋章和头衔. 默认显示 256 个 (同时也是上限), 可在选项中修改.
|
||||
|
||||
### [一键点亮直播间粉丝勋章](../../registry/dist/components/live/badge-keepalive.js)
|
||||
`badgeKeepalive`
|
||||
|
||||
**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/live/badge-keepalive.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/components/live/badge-keepalive.js)
|
||||
|
||||
**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/live/badge-keepalive.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/live/badge-keepalive.js)
|
||||
|
||||
by [@magicFeirl](https://github.com/magicFeirl)
|
||||
|
||||
在直播间页面的功能面板添加一键点亮粉丝勋章功能,仅适用于有粉丝勋章且正在直播的直播间。原理:发送一个 300 次点赞的请求点亮粉丝勋章。
|
||||
|
||||
### [直播间网页全屏自适应](../../registry/dist/components/live/chat-panel-fit.js)
|
||||
`liveChatPanelFit`
|
||||
|
||||
@ -657,6 +668,21 @@ by [@RieN7](https://github.com/rien7),[@ZiuChen](https://github.com/ZiuChen),[@L
|
||||
- 进度调整可在左上角和右上角取消
|
||||
- 进度调整时在不同位置滑动, 可以使用3档不同的灵敏度.
|
||||
|
||||
### [视频链接增强](../../registry/dist/components/utils/active-video-links.js)
|
||||
`activeVideoLinks`
|
||||
|
||||
**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/utils/active-video-links.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/components/utils/active-video-links.js)
|
||||
|
||||
**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/utils/active-video-links.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/utils/active-video-links.js)
|
||||
|
||||
by [@Alan Ye](https://github.com/at-wr)
|
||||
|
||||
这个组件会将视频简介中的普通网址转换为可点击的链接,并将<del>被 Bilibili 抛弃</del>已失效的 `acg.tv` 跳转链接修复为 `nicovideo.jp` 链接。
|
||||
|
||||
例如: `https://acg.tv/sm37507315` → `https://www.nicovideo.jp/watch/sm37507315`
|
||||
|
||||
<i>本组件不会保证目标链接的安全性,因此在点击前请自行验证其是否可信</i>
|
||||
|
||||
### [相簿发布时间显示](../../registry/dist/components/utils/album-time-show.js)
|
||||
`albumPubTimeShow`
|
||||
|
||||
@ -783,6 +809,19 @@ by [@snowraincloud](https://github.com/snowraincloud)
|
||||
|
||||
> 需要进入音频的详细信息页面才能下载, 在其他页面中此按钮将不可点击.
|
||||
|
||||
### [下载表情](../../registry/dist/components/utils/download-emoticons.js)
|
||||
`downloadEmoticons`
|
||||
|
||||
**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/utils/download-emoticons.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/components/utils/download-emoticons.js)
|
||||
|
||||
**GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/utils/download-emoticons.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/utils/download-emoticons.js)
|
||||
|
||||
by [@Pencilqaq](https://github.com/pencilqaq)
|
||||
|
||||
## 下载up主专属表情包
|
||||
|
||||
支持下载up主专属表情包,处于任意直播间页面时,下载按钮会在`功能`面板显示,以压缩包形式保存。
|
||||
|
||||
### [图片批量导出](../../registry/dist/components/utils/image-exporter.js)
|
||||
`imageExporter`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user