Commit Graph

17 Commits

Author SHA1 Message Date
timongh
f408fb1fda Fix lint errors/warnings 2023-01-29 11:39:46 +08:00
Grant Howard
04eed092f3
Merge pull request #3864 from Tinhone/preview-features
扩展倍速: 添加设置选项
2022-12-31 21:49:33 +08:00
the1812
307d26caa1 Merge branch 'preview-features' into component-option-types 2022-12-30 12:26:54 +08:00
Tinhone
52b9a3afa3 Update component.ts 2022-12-29 05:18:43 +08:00
Tinhone
d70d183a5e 扩展倍速: 添加设置选项
添加了[隐藏移除图标][隐藏新增图标]以供用户选择
2022-12-11 16:54:30 +08:00
JLoeve
58d5b3759d fix(extend-speed): 修复3.x播放器1.5x倍速可能无法点击的问题
fix: #3539
2022-11-06 19:23:01 +08:00
the1812
56d1f0b0d6 Format registry folder 2022-10-12 23:27:58 +08:00
timongh
b1402a1853 Remove unused import in extendVideoSpeed 2022-10-02 03:09:54 +08:00
timongh
691ed33188 Change the type of UnknownOptions from any to unknown 2022-10-02 01:05:15 +08:00
timongh
f3318c9729 Merge remote-tracking branch 'main/preview-features' into live-to-option-types
# Conflicts:
#	src/components/types.ts
#	src/core/settings/index.ts
2022-06-23 20:27:54 +08:00
JLoeve
1b44811935 fix(extend-speed): add :is pseudo-class 2022-06-05 18:45:35 +08:00
JLoeve
2bed22d9cd fix(extend-speed): 修复扩展倍速启用后,倍速列表有可能不显示的问题
fix: #3398
2022-06-05 18:39:25 +08:00
the1812
348c31ba62 Refactor player adaptor (PR #3320) 2022-05-28 21:02:38 +08:00
timongh
e5177510bd Fix argument type of entry when defining component 2022-05-27 23:24:35 +08:00
失心
3692c1e3fb 修复‘添加倍速’时鼠标移动可能导致的‘添加’图标闪烁 2022-05-15 18:15:08 +08:00
失心
d324acd10b 适配3.X扩展倍速 2022-05-15 13:57:30 +08:00
JLoeve
8c8bc9f45a feat: 从「倍速记忆」/「倍速增强」中分离出「扩展倍速」组件和「视频倍速 - 快捷键支持」插件
* 【新增】支持固定全局倍速值和设置倍速菜单最大高度(后者不显示选项)
* 【新增】支持隐藏倍速菜单滚动条
* 【优化】改变选项实时更新
* 【优化】使用了更稳妥的方式获取菜单项元素
* 【优化】使用自实现的 mini-rxjs 处理事件流,避免重复操作,实现更改选项值实时响应
* 【优化】为切换倍速等操作加上了防抖处理
* 【修复】添加空倍速会报倍速值太小的错误信息
* 【迁移】添加了迁移提示和自动迁移配置的功能
* 【更名】「倍速记忆」/「倍速增强」->「记忆倍速」
* 【更名】「扩展倍速菜单」->「扩展倍速」
2022-03-16 23:23:37 +08:00