Commit Graph

5468 Commits

Author SHA1 Message Date
the1812
bdcdcdeea9 Responsive texts (#1076) 2021-01-24 15:03:02 +08:00
JLoeve
aeebe78249 style(dark-style.ts): add semicolons 2021-01-24 12:10:45 +08:00
JLoeve
c3480ad6af Merge remote-tracking branch 'upstream/preview' into dark-style 2021-01-24 12:07:03 +08:00
Coulomb_G
84ea174320 https://www.bilibili.com/video/av331326222 2021-01-23 20:47:21 +08:00
JLoeve
7a0969454f fix(dark style): 播放器字幕添加入口按钮悬浮色
re #1289, https://github.com/the1812/Bilibili-Evolved/issues/1289#issuecomment-765895249
2021-01-23 17:34:46 +08:00
JLoeve
3ac6b2dce1 fix(dark style): 排除字幕编辑页
re #1289, https://github.com/the1812/Bilibili-Evolved/issues/1289#issuecomment-748138579
2021-01-23 17:25:48 +08:00
JLoeve
5001bfdcd1 fix(dark style): 视频合集页的推荐列表的标题色
re #1289, https://github.com/the1812/Bilibili-Evolved/issues/1289#issuecomment-761766307
2021-01-23 17:10:22 +08:00
JLoeve
e278b88ad8 fix(dark style): 贝壳账户支付宝提现部分元素样式 2021-01-23 16:32:34 +08:00
JLoeve
49365bc8b0 fix(dark style): 动态详情页的跳转链接图标未适配主题色
re #1289, https://github.com/the1812/Bilibili-Evolved/issues/1289#issuecomment-765428200
2021-01-23 15:42:48 +08:00
JLoeve
5e9021cb5c docs(feature.md): update 2021-01-20 15:37:46 +08:00
JLoeve
c6096be5f9 docs(settings-tooltip.zh-cn): update 2021-01-20 15:34:23 +08:00
JLoeve
5a6564b05c feat(keymap, video-speed-controller): merge videoSpeedReset and videoSpeedToggle
* API 变化
  - `VideoSpeedController` 的 `toggleVideoSpeed` 方法现在多了一个 `mode` 参数,可以控制它是使用旧的行为还是新的行为,对于新的行为引入的重置倍数操作,可以通过另外一个 `forget` 参数来控制行为
* 功能变化
  - 移除了 `videoSpeedToggle` 快捷键操作,由 `videoSpeedReset` 代替实现
  - `videoSpeedReset` 在当前倍数不是 1.0x 时,才会重置当前倍数为 1.0x,否则会切换倍数到上一次不同的倍数(#1441)

re #1441
2021-01-20 15:21:21 +08:00
JLoeve
3fac99f596 fix(keymap): 更换 videoSpeedTogglevideoSpeedForget 默认键位
re #1446, https://github.com/the1812/Bilibili-Evolved/pull/1446#issuecomment-762944920
2021-01-20 11:24:02 +08:00
the1812
7072d16969 Add dark slice 14 2021-01-20 00:28:36 +08:00
the1812
930e62f5eb Fix <a> style 2021-01-19 17:33:08 +08:00
the1812
5d0404d368 Build user files 2021-01-19 16:10:30 +08:00
the1812
a12d8959af Improve error message duration 2021-01-19 16:08:47 +08:00
the1812
3a531e878c Update version number 2021-01-19 16:03:50 +08:00
the1812
188ff8f389 Build PR #1446 2021-01-19 16:01:50 +08:00
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