the1812
|
b640eba37f
|
Merge branch 'preview' of https://github.com/the1812/Bilibili-Evolved into preview
|
2021-02-06 18:31:17 +08:00 |
|
Grant Howard
|
fdde166399
|
Merge pull request #1525 from LonelySteve/dark-style
夜间模式适配 2021 拜年纪活动页
|
2021-02-06 18:30:56 +08:00 |
|
the1812
|
90b8efdfe2
|
Omit resource path
|
2021-02-06 16:04:02 +08:00 |
|
the1812
|
a931e69c4a
|
Build user files
|
2021-02-06 15:14:51 +08:00 |
|
the1812
|
0d8fe09a93
|
Clean up old files
|
2021-02-06 15:13:38 +08:00 |
|
JLoeve
|
569685d419
|
fix(dark style): 2021bnj-pre
|
2021-02-06 14:27:32 +08:00 |
|
JLoeve
|
ac6f1481ea
|
fix(dark style): 2021bnj
|
2021-02-06 14:26:16 +08:00 |
|
the1812
|
0cd14931a8
|
Add keymap style
|
2021-02-06 13:47:53 +08:00 |
|
the1812
|
a778983168
|
Fix audio links (fix #1188)
|
2021-02-06 11:54:42 +08:00 |
|
Coulomb_G
|
7c6326d0b2
|
Merge branch 'preview' of https://github.com/the1812/Bilibili-Evolved into preview
|
2021-02-04 02:27:38 +08:00 |
|
Coulomb_G
|
7b402f173f
|
https://www.bilibili.com/festival/2021bnj?bvid=BV1jt4y1678G
|
2021-02-04 02:26:47 +08:00 |
|
Coulomb_G
|
07f70d7b3c
|
https://www.bilibili.com/festival/2021bnj?bvid=BV1jt4y1678G
|
2021-02-03 23:12:13 +08:00 |
|
the1812
|
624494d5e7
|
Build user files
|
2021-02-01 21:45:30 +08:00 |
|
the1812
|
268ce92686
|
Update keymap
|
2021-02-01 21:44:46 +08:00 |
|
the1812
|
da34438fc3
|
Update version number
|
2021-02-01 20:19:05 +08:00 |
|
the1812
|
19d2adebb5
|
Fix DASH fragment size (fix #1045)
|
2021-02-01 20:16:44 +08:00 |
|
the1812
|
12046958ac
|
Preserve offsetTop of original home components
|
2021-02-01 19:46:42 +08:00 |
|
the1812
|
b2ced55c93
|
Update category (#1511, #1513)
|
2021-02-01 19:33:26 +08:00 |
|
the1812
|
b32011d7e3
|
Fix dead video filtering (fix #1500)
|
2021-02-01 19:11:08 +08:00 |
|
the1812
|
75e451de33
|
Add live status (#1493)
|
2021-02-01 19:02:54 +08:00 |
|
the1812
|
db52e8b9a8
|
Fix check position (fix #1453, fix #1463)
|
2021-02-01 18:38:53 +08:00 |
|
the1812
|
735fdddb54
|
Fix ass danmaku download (fix #1505)
|
2021-02-01 16:06:30 +08:00 |
|
the1812
|
e4a90390b8
|
Support topic page (#1450)
|
2021-02-01 15:48:37 +08:00 |
|
the1812
|
e2eccb06ad
|
Build PR #1485, #1494, #1509
|
2021-02-01 14:44:58 +08:00 |
|
Grant Howard
|
0773cf3e2e
|
Merge pull request #1494 from LonelySteve/dark-style
dark style
|
2021-02-01 14:38:37 +08:00 |
|
JLoeve
|
2eade3a29b
|
Merge remote-tracking branch 'upstream/preview' into dark-style
|
2021-02-01 14:34:19 +08:00 |
|
Grant Howard
|
55764b79a4
|
Merge pull request #1509 from LonelySteve/fix/#1504
fix #1504
|
2021-02-01 14:29:11 +08:00 |
|
Grant Howard
|
8e1171a1b0
|
Merge pull request #1485 from LonelySteve/features/keymap
修改 PR #1446 引入的默认快捷键
|
2021-02-01 14:20:39 +08:00 |
|
JLoeve
|
8057575309
|
style(video-speed-controller): rename
|
2021-01-30 15:14:53 +08:00 |
|
JLoeve
|
606b2a0db2
|
feat(video-speed-controller): 调用 setVideoSpeed 方法支持不传参,这样做不会产生任何副作用
* API 变化
- `setVideoSpeed` 方法的参数可省,这样调用不会产生任何副作用
- 现在实例化时传入的 `previousSpeed` 参数真·可省,不会提供默认值
* 功能变化
- `reset` 方法如果用于清除视频记忆,则必须在开启记忆倍数功能后使用,否则不会生效
|
2021-01-30 14:43:00 +08:00 |
|
JLoeve
|
5de960c5aa
|
fix(video-speed-controller): fix #1504
* API 变化
- `getInstance` 和 `constructor` 均新增一个参数,用于传递原生倍速值
- 在 `containerElement` 元素上分发的自定义事件的 `detail` 属性新增一个 `isNativeSpeed` 属性,用于表示变更的倍速是否为原生倍速
* 功能变化
- 现在缓存命中机制除了考虑 `containerElement` 元素,还会比较上一次倍数值和原生倍速值
- 修正了内部原生倍速值的获取方法,现在优先使用传入的原生倍速值,其次尝试使用上一次倍数值,最后才使用默认的 1.0x 值
|
2021-01-30 14:39:19 +08:00 |
|
Coulomb_G
|
03a6cb75fd
|
https://search.bilibili.com/all?keyword=%E5%A4%AE%E8%A7%86%E6%96%B0%E9%97%BB
|
2021-01-29 22:59:32 +08:00 |
|
the1812
|
cfc72dadf8
|
Fix search keyword autofill
|
2021-01-29 11:18:15 +08:00 |
|
the1812
|
a408d8916d
|
Change search history key
|
2021-01-24 22:39:04 +08:00 |
|
the1812
|
e62e9c2c3c
|
Build user files
|
2021-01-24 21:58:49 +08:00 |
|
the1812
|
44abe1fa9c
|
Update version number
|
2021-01-24 21:57:07 +08:00 |
|
the1812
|
b9d82121dc
|
Support bangumi like (#1468)
|
2021-01-24 21:50:42 +08:00 |
|
the1812
|
9f3eb418f4
|
Update URL params clean (#1459, #1482, #1425)
|
2021-01-24 21:34:44 +08:00 |
|
the1812
|
a5eebec62e
|
Improve search box (#1431)
|
2021-01-24 21:15:09 +08:00 |
|
the1812
|
07543c3199
|
Update mini player shadow (#1379)
|
2021-01-24 20:58:23 +08:00 |
|
the1812
|
edf08b7f97
|
Update types
|
2021-01-24 20:42:57 +08:00 |
|
the1812
|
337438354c
|
Save search history to localStorage (#1381)
|
2021-01-24 20:42:53 +08:00 |
|
the1812
|
e9f9748cc4
|
Add removeGuidePopup (#1332)
|
2021-01-24 19:59:38 +08:00 |
|
the1812
|
df1cc922d1
|
Fix player context menu dark style
|
2021-01-24 18:35:28 +08:00 |
|
the1812
|
c85bb42ad0
|
Add player context menu API
|
2021-01-24 18:31:22 +08:00 |
|
the1812
|
41dbdba321
|
Update tooltips (fix #1470)
|
2021-01-24 15:45:01 +08:00 |
|
the1812
|
ea1b5ee7d7
|
Fix videoshot bug (fix #1399)
|
2021-01-24 15:21:51 +08:00 |
|
the1812
|
a3ccc3f3ca
|
Remove 'show' class (fix #1469)
|
2021-01-24 15:07:45 +08:00 |
|
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 |
|