Commit Graph

8190 Commits

Author SHA1 Message Date
festoney8
70861143b2 Update special danmaku classname 2024-07-23 14:20:08 +08:00
WakelessSloth56
c2d4e34f19
chore: fix plugin saveVideoMetadata display text 2024-07-22 21:13:40 +08:00
WakelessSloth56
da2c1f8851
feat: component saveVideoMetadata save ogm chapters
Co-authored-by: lainio24 <lainio24@outlook.com>
2024-07-22 20:38:28 +08:00
WakelessSloth56
7d5286d30a
feat: component saveVideoMetadata more fields
author, category_id, category_name, publish_date

Co-authored-by: lainio24 <lainio24@outlook.com>
2024-07-22 19:44:46 +08:00
festoney8
71cf8de1b4 Update video popup classname (fix #4831) 2024-07-22 14:34:58 +08:00
WakelessSloth56
4e841e204c
feat: component saveVideoMetadata
Co-authored-by: lainio24 <lainio24@outlook.com>
2024-07-22 14:15:09 +08:00
oxygenkun
593ee5e448 remove comments 2024-07-21 18:16:24 +08:00
oxygenkun
db7ae378da DownloadVideoAction添加extraOnlineAssets。DownloadVideoOutput去除proxyExtraAssets。优化下载逻辑 2024-07-21 18:03:53 +08:00
the1812
c6449e872b Update docs 2024-07-19 22:53:33 +08:00
the1812
879de481ef Update version number 2024-07-19 22:51:49 +08:00
the1812
d08b71e599 Merge branch 'preview-fixes' into preview-features 2024-07-19 22:51:32 +08:00
the1812
870f238342 Update donate history 2024-07-19 21:51:54 +08:00
the1812
6cf98d74af Update version number 2024-07-19 21:31:49 +08:00
the1812
d883a0bbe7 Update changelog 2024-07-19 21:26:23 +08:00
the1812
c740f16208 Merge tag 'v2.8.12-preview' into preview-fixes 2024-07-19 21:25:32 +08:00
the1812
44decf2a29 Merge branch 'preview-features' of https://github.com/the1812/Bilibili-Evolved into preview-features 2024-07-18 22:56:01 +08:00
the1812
26c53d44fa Merge branch 'preview-fixes' into preview-features 2024-07-18 22:55:58 +08:00
Grant Howard
4784cbf888
Merge pull request #4814 from Liki4/preview-features
[feature] 删除直播马赛克遮罩
2024-07-18 22:55:47 +08:00
the1812
f1ed668412 Upgrade pnpm action version 2024-07-18 22:55:38 +08:00
the1812
dc2a84757f Improve page and progress info display (#1866) 2024-07-18 09:31:46 +08:00
the1812
b8121f7976 Always show viewed tip (#4346) 2024-07-17 21:32:34 +08:00
the1812
7fc04a2d23 Add multiline options 2024-07-17 21:20:37 +08:00
the1812
e5cc2f143d Add multiple TextArea for component options 2024-07-17 20:57:00 +08:00
the1812
4e83550c0e Add more variables (fix #820, #2134, #4568) 2024-07-17 20:19:00 +08:00
the1812
6295549226 Update browserslist config 2024-07-17 19:51:53 +08:00
the1812
d33a10513d Add more variables (#3852) 2024-07-17 19:48:00 +08:00
the1812
560d651d35 Support copy image (#4806) 2024-07-12 22:44:05 +08:00
the1812
2da58cef98 Merge branch 'preview-fixes' into preview-features 2024-07-12 22:28:56 +08:00
the1812
1480c3b8fc Update dark styles 2024-07-12 22:28:36 +08:00
the1812
b5eb76eed6 Merge branch 'preview-fixes' into preview-features 2024-07-11 23:57:01 +08:00
the1812
b692010746 Update categories (#1511) 2024-07-11 23:55:24 +08:00
the1812
950147d48d Update dark styles 2024-07-11 23:13:52 +08:00
the1812
d2a55bae78 Merge branch 'preview-fixes' of https://github.com/the1812/Bilibili-Evolved into preview-fixes 2024-07-11 23:10:39 +08:00
the1812
7a9f5961a5 Update dark styles (fix #4768) 2024-07-11 23:10:33 +08:00
the1812
9ba5341d30 Improve blocking for homepage 2024-07-11 23:10:33 +08:00
the1812
43a7bf6f87 Fix LaunchBar focus (fix #4808) 2024-07-11 23:10:33 +08:00
the1812
34353f31f1 Update dark styles (fix #4768) 2024-07-11 23:08:52 +08:00
the1812
fee12bee0b Improve blocking for homepage 2024-07-10 23:18:36 +08:00
the1812
f338e2f124 Fix LaunchBar focus (fix #4808) 2024-07-10 22:46:45 +08:00
Grant Howard
d21cd6887a
Merge pull request #4810 from pencilqaq/preview-fixes
修复夜间模式的两个问题
2024-07-08 22:24:31 +08:00
Liki4
b4904cc6d3 feature: live-remove-mask-panel 2024-07-06 01:47:58 +08:00
Pencilqaq
d5049eb417 夜间模式适配专栏 2024-07-03 20:39:04 +08:00
Pencilqaq
ccea08347a 取消夜间模式粉丝牌的特殊样式 2024-07-03 20:21:30 +08:00
oxygenkun
c4e6429a86 refactoring aria2 to handle assets using general downloadExtraAssets 2024-06-23 23:29:30 +08:00
oxygenkun
a44d3d00d9 fix lint 2024-06-23 23:10:25 +08:00
oxygenkun
7c2c593c96 为aria2提供可下载封面的功能
1. 优化视频下载组件的结构,现在仅在需要的时候获取assets的blob并下载

2. 扩展视频下载组件的接口,插件可以代理处理assets的下载逻辑

3. 扩展视频封面组件和aria2插件以支持aria2下载封面
2024-06-23 22:50:23 +08:00
the1812
9b836b4cca Add recommended rooms block (#4787) 2024-06-23 21:17:40 +08:00
the1812
6382c19890 Remove toast output 2024-06-23 21:09:16 +08:00
Grant Howard
b1da667797
Merge pull request #4784 from snowraincloud/preview-fixes
Fix(black-list): Increase the width of the popup box and add a scroll (fix the1812#4749)
2024-06-15 15:56:22 +08:00
snowrain
c992e019cb fix(black-list):去掉滚动条ie和早期edge兼容 2024-06-15 15:08:57 +08:00