mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
refactor: 将「视频倍速 - 快捷键支持」插件重命名为「快捷键扩展 - 视频倍速」
This commit is contained in:
parent
a1b7f23a93
commit
bb4d2037d0
@ -635,7 +635,7 @@
|
||||
"type": "component",
|
||||
"name": "rememberVideoSpeed",
|
||||
"displayName": "记忆倍速",
|
||||
"description": "by [@JLoeve](https://github.com/LonelySteve)\n\n\n\n> 提高视频播放器的倍速记忆体验,可实现跨页共享倍速,也可以按视频分别记忆倍速.\n\n### 🔧 **选项**\n\n- `全局记忆倍速值`:默认情况下,这是跨页共享的倍速值,如果启用「各视频分别记忆」,则作为从未独立记忆倍速视频的初始倍速值.\n- `固定全局倍速值`:默认情况下,全局倍速值将随着用户改变视频倍速而改变,打开此选项后,全局记忆倍速值不再受倍速调整的影响.\n- `各视频分别记忆`:打开此选项后,将按不同视频分别记忆倍速,对于从未被记忆过倍速的视频,将采用全局记忆倍速值,选项「固定全局倍速值」在此情况下强制生效.\n- `弹出还原倍速提示`:打开此选项后,每次成功还原倍速后都会弹出提示.\n\n### 🌈 **温馨提示**\n\n「扩展倍速」和倍速相关的快捷键插件已分离为单独的组件或插件.\n\n请根据自身需要:\n\n- 前往「组件」页面安装[「扩展倍速」](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/video/player/extend-speed.js)组件\n- 前往「插件」页面安装[「视频倍速 - 快捷键支持」](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/plugins/video/player/speed.js)插件.\n\n*如果想要清除当前视频的记忆状态,需要安装「视频倍速 - 快捷键支持」插件.*\n",
|
||||
"description": "by [@JLoeve](https://github.com/LonelySteve)\n\n\n\n> 提高视频播放器的倍速记忆体验,可实现跨页共享倍速,也可以按视频分别记忆倍速.\n\n### 🔧 **选项**\n\n- `全局记忆倍速值`:默认情况下,这是跨页共享的倍速值,如果启用「各视频分别记忆」,则作为从未独立记忆倍速视频的初始倍速值.\n- `固定全局倍速值`:默认情况下,全局倍速值将随着用户改变视频倍速而改变,打开此选项后,全局记忆倍速值不再受倍速调整的影响.\n- `各视频分别记忆`:打开此选项后,将按不同视频分别记忆倍速,对于从未被记忆过倍速的视频,将采用全局记忆倍速值,选项「固定全局倍速值」在此情况下强制生效.\n- `弹出还原倍速提示`:打开此选项后,每次成功还原倍速后都会弹出提示.\n\n### 🌈 **温馨提示**\n\n「扩展倍速」和倍速相关的快捷键插件已分离为单独的组件或插件.\n\n请根据自身需要:\n\n- 前往「组件」页面安装[「扩展倍速」](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/video/player/extend-speed.js)组件\n- 前往「插件」页面安装[「快捷键扩展 - 视频倍速」](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/plugins/video/player/speed.js)插件.\n\n*如果想要清除当前视频的记忆状态,需要安装「快捷键扩展 - 视频倍速」插件.*\n",
|
||||
"fullRelativePath": "../../registry/dist/components/video/player/remember-speed.js",
|
||||
"fullAbsolutePath": "registry/dist/components/video/player/remember-speed.js"
|
||||
},
|
||||
@ -795,7 +795,7 @@
|
||||
{
|
||||
"type": "plugin",
|
||||
"name": "speed.keymap",
|
||||
"displayName": "视频倍速 - 快捷键支持",
|
||||
"displayName": "快捷键扩展 - 视频倍速",
|
||||
"description": "by [@JLoeve](https://github.com/LonelySteve)\n\n\n\n为操作视频倍速提供快捷键支持:\n\n- 提高倍速\n- 降低倍速\n- 切换倍速\n\n若添加并启用了记忆倍速组件,则还会增加一个快捷键:\n\n- 清除倍速记忆\n ",
|
||||
"fullRelativePath": "../../registry/dist/plugins/video/player/speed.js",
|
||||
"fullAbsolutePath": "registry/dist/plugins/video/player/speed.js"
|
||||
|
||||
@ -828,9 +828,9 @@ by [@JLoeve](https://github.com/LonelySteve)
|
||||
请根据自身需要:
|
||||
|
||||
- 前往「组件」页面安装[「扩展倍速」](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/video/player/extend-speed.js)组件
|
||||
- 前往「插件」页面安装[「视频倍速 - 快捷键支持」](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/plugins/video/player/speed.js)插件.
|
||||
- 前往「插件」页面安装[「快捷键扩展 - 视频倍速」](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/plugins/video/player/speed.js)插件.
|
||||
|
||||
*如果想要清除当前视频的记忆状态,需要安装「视频倍速 - 快捷键支持」插件.*
|
||||
*如果想要清除当前视频的记忆状态,需要安装「快捷键扩展 - 视频倍速」插件.*
|
||||
|
||||
### [删除视频弹窗](../../registry/dist/components/video/player/remove-popup.js)
|
||||
`removePlayerPopup`
|
||||
@ -1012,7 +1012,7 @@ by [@diannaojiang](https://github.com/diannaojiang)
|
||||
|
||||
为下载视频增加 MPV 输出支持, 配置方式请参考 [Bilibili-Playin-Mpv](https://github.com/diannaojiang/Bilibili-Playin-Mpv)
|
||||
|
||||
### [视频倍速 - 快捷键支持](../../registry/dist/plugins/video/player/speed.js)
|
||||
### [快捷键扩展 - 视频倍速](../../registry/dist/plugins/video/player/speed.js)
|
||||
`speed.keymap`
|
||||
|
||||
**jsDelivr:** [`Stable`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/plugins/video/player/speed.js) / [`Preview`](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/registry/dist/plugins/video/player/speed.js)
|
||||
|
||||
@ -28,9 +28,9 @@ export const component = RememberSpeedComponent.create<Options>({
|
||||
请根据自身需要:
|
||||
|
||||
- 前往「组件」页面安装[「扩展倍速」](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/components/video/player/extend-speed.js)组件
|
||||
- 前往「插件」页面安装[「视频倍速 - 快捷键支持」](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/plugins/video/player/speed.js)插件.
|
||||
- 前往「插件」页面安装[「快捷键扩展 - 视频倍速」](https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/registry/dist/plugins/video/player/speed.js)插件.
|
||||
|
||||
*如果想要清除当前视频的记忆状态,需要安装「视频倍速 - 快捷键支持」插件.*
|
||||
*如果想要清除当前视频的记忆状态,需要安装「快捷键扩展 - 视频倍速」插件.*
|
||||
`,
|
||||
},
|
||||
tags: [componentsTags.video],
|
||||
|
||||
@ -14,7 +14,7 @@ interface CommonKeyBindingAction {
|
||||
|
||||
export const plugin: PluginMetadata = {
|
||||
name: 'speed.keymap',
|
||||
displayName: '视频倍速 - 快捷键支持',
|
||||
displayName: '快捷键扩展 - 视频倍速',
|
||||
author: {
|
||||
name: 'JLoeve',
|
||||
link: 'https://github.com/LonelySteve',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user