Commit Graph

5499 Commits

Author SHA1 Message Date
Grant Howard
2691245f0a
Merge pull request #1446 from LonelySteve/features/blacklist-default-video-speed
改进视频倍数相关功能
2021-01-19 15:57:25 +08:00
JLoeve
ef2e4fa33a fix(extend-video-speed): 修复输入框字体大小,颜色,行高等样式 2021-01-18 17:13:09 +08:00
JLoeve
66135ae92e fix(extend-video-speed): 消除系统夜间模式对输入框颜色的影响 2021-01-18 16:52:09 +08:00
JLoeve
dcdf1fb70d docs(feature.md): update 2021-01-18 16:22:31 +08:00
JLoeve
1d82a82495 fix(extend-video-speed): 日间模式下,扩展倍速项的移除按钮悬浮色的违和感 2021-01-18 16:22:30 +08:00
JLoeve
977c0cfcc7 refactor(extend-video-speed): 更简短的 title
改来改去都感觉不太满意,完全说清楚功能似乎并不是很必要,反正用户肯定会尝试点击的,
然后看到光标就应该能明白接下来的操作,至于上下方向键步进值这样的特性,之后就写在功能描述里
2021-01-18 16:22:30 +08:00
JLoeve
e9506b8808 feat(extend-video-speed): 隐藏步进按钮 2021-01-18 14:40:50 +08:00
JLoeve
0126b3f5dc fix(extend-video-speed): 扩展倍速项被激活时,不可以被移除 2021-01-18 12:22:16 +08:00
JLoeve
0639d1eb7c style(extend-video-speed): fix the typo 2021-01-18 12:11:30 +08:00
the1812
0ae876d4c6 Add alwaysShowDuration tooltips 2021-01-17 00:06:36 +08:00
the1812
296e2b2917 Fix typo 2021-01-16 23:19:49 +08:00
the1812
093a79ee19 Update version number 2021-01-16 16:53:35 +08:00
the1812
fc6ef1f053 Build PR #1414, #1452, #1455 2021-01-16 16:51:18 +08:00
JLoeve
af5ddd9087 Merge remote-tracking branch 'upstream/preview' into features/blacklist-default-video-speed 2021-01-16 16:50:01 +08:00
the1812
da7d49458c Merge branch 'preview' of https://github.com/the1812/Bilibili-Evolved into preview 2021-01-16 16:40:43 +08:00
JLoeve
2687f46327 Merge branch 'features/return-begin' into features/blacklist-default-video-speed 2021-01-16 16:35:42 +08:00
Grant Howard
14ab29b8a1
Merge pull request #1455 from LonelySteve/dark-style
dark style
2021-01-16 16:35:29 +08:00
Grant Howard
11b09ebb88
Merge pull request #1414 from LonelySteve/features/return-begin
播放器返回开头播放
2021-01-16 16:31:56 +08:00
Grant Howard
8e46d157a8
Merge pull request #1452 from FoundTheWOUT/preview
修复 #1383
2021-01-16 16:25:10 +08:00
JLoeve
c98eb7f866 fix(dark style): #1474 2021-01-16 15:25:00 +08:00
JLoeve
0e7f730bc3 fix(dark style): 修复 d0ef05f 中引入的 BUG
re #1289, https://github.com/the1812/Bilibili-Evolved/issues/1289#issuecomment-757654289
2021-01-15 19:59:57 +08:00
JLoeve
07a3e2116b docs(features.md): update features.md 2021-01-15 19:17:02 +08:00
JLoeve
e54056f962 fix(extend-video-speed): 修复添加扩展倍数后不能保证顺序的问题 2021-01-15 19:17:02 +08:00
JLoeve
547c73bd1a fix(extend-video-speed): 对异常值进行处理 2021-01-15 19:17:01 +08:00
JLoeve
98b13ae046 style(extend-video-speed): remove extra comments 2021-01-15 10:25:49 +08:00
JLoeve
ea3ec8645c feat(extend-video-speed): 可自定义扩展倍速的倍数菜单
- 变更:先清除视频倍数记忆,再设置视频倍数
- 变更:为视频倍数部分的代码文件专门建立了一个文件夹
- 修复:在上个版本中的若干 BUG
2021-01-14 23:31:07 +08:00
the1812
6e4c38bc8d Add option 'expandDanmakuListIgnoreMediaList' 2021-01-13 14:37:55 +08:00
JLoeve
d9761b1ecf fix(default-video-speed): 在关闭「记忆上次播放速度」功能后,产生的一些 BUG
- 修复:即使 `extendVideoSpeed` 设置项为 `true`,也未能扩展倍数菜单
- 修复:不能切换到上一次不同的视频倍数(表现为重置视频速度)
- 新增:「扩展视频倍数菜单」功能选项,它与 `extendVideoSpeed` 设置项相关联
- 新增:`extendVideoSpeedList` 设置项,用于存储扩展倍速集合

在「扩展视频倍数菜单」和「记忆上次播放速度」都关闭的情况下,`ctrl` + `shift` + `?` 快捷键也会退化成 `shift` + `?` 的效果.
如果不想扩展倍数菜单但想要能够用快捷键切换上一次的倍数,只要将 `extendVideoSpeedList` 设置项设置为空数组(`extendVideoSpeed` 设置项仍然要设置为 `true`),
就可以表现为未扩展视频倍数,并可以正常使用扩展快捷键来切换到上一次不同的视频倍数.
2021-01-13 00:34:47 +08:00
JLoeve
b8079a9eb2 fix(dark style): #1400
fix #1400
2021-01-11 14:29:12 +08:00
JLoeve
fd8f084922 docs: update settings-tooltips.zh-CN.ts 2021-01-11 00:22:10 +08:00
the1812
fa8ecc9373 Build user files 2021-01-10 21:52:36 +08:00
the1812
bc4166b243 Fix multiple danmaku bars (#1454) 2021-01-10 21:51:51 +08:00
JLoeve
f55ed2cdda fix(dark style): 发表对话框下方的工具栏控件
在适配 at-popup 的同时,统一了参与话题的 popup 的样式效果

re #1289, https://github.com/the1812/Bilibili-Evolved/issues/1289#issuecomment-754714635
2021-01-10 21:29:38 +08:00
JLoeve
b0ee6ccfe5 fix(dark style): 恢复番剧索引页、番剧播放页系列封面 badge 的会员限定色
re #1289, https://github.com/the1812/Bilibili-Evolved/issues/1289#issuecomment-754714635
2021-01-10 21:24:20 +08:00
JLoeve
33b6df8f34 fix(dark style): 首页视频推荐板块的「换一换」按钮 2021-01-10 21:24:15 +08:00
JLoeve
bb73413b3d fix(dark style): 修复在 47681db 中引入的 BUG
在以下页面通过测试:
- https://www.bilibili.com/audio/au1
- https://www.bilibili.com/video/av3327066
- https://www.bilibili.com/video/av74751637
- https://www.bilibili.com/medialist/play/ml338926432/BV1TJ411C7An/p1
2021-01-10 21:24:09 +08:00
FoundTheWOUT
f19cc61c6e Merge remote-tracking branch 'upstream/preview' into preview 2021-01-10 14:40:40 +08:00
FoundTheWOUT
a3b7286ec9 fix #1383 2021-01-10 14:30:42 +08:00
JLoeve
b73a45ad1e docs(default-video-speed): update settings-tooltip.zh-CN.ts 2021-01-10 00:06:45 +08:00
the1812
b86357b465 Unlock #1076 (fix #1444) 2021-01-09 23:07:11 +08:00
Grant Howard
e77fc2869f
Merge pull request #1444 from the1812/preview
Update to v1.11.12
2021-01-09 22:01:16 +08:00
JLoeve
d568c22bd8 feat(default-video-speed): 支持使用扩展快捷键忘记当前记忆的视频倍数
默认快捷键是 `ctrl`+`shift`+`alt`+`?`
2021-01-09 22:00:05 +08:00
JLoeve
7051416011 feat(default-video-speed): support toggle video speed
re #1441, re #1438

默认快捷键是 `ctrl`+`shift`+`?`
2021-01-09 21:56:51 +08:00
the1812
4fd27e53f2 Update README 2021-01-09 21:34:28 +08:00
JLoeve
6055a31e42 feat(default-video-speed): 支持自定义扩展倍速
使用 `extendVideoSpeed` 设置项存储自定义的扩展倍速值

re #1438
2021-01-09 21:28:38 +08:00
JLoeve
1514967731 refactor(default-video-speed): 改进成员命名 2021-01-09 21:28:38 +08:00
the1812
0447e0bb18 Merge branch 'master' into preview 2021-01-09 21:18:21 +08:00
the1812
de8cac6ddb Update donate history and feature docs 2021-01-09 21:17:28 +08:00
the1812
3c5bbbb42e Merge branch 'master' into preview 2021-01-09 20:21:50 +08:00
the1812
af1005dea9 Build user files 2021-01-09 20:18:42 +08:00