the1812
32dbb93758
Convert to Vue3 syntax
2025-07-15 08:20:52 +08:00
the1812
1ed389af6f
Merge branch 'preview-fixes' into preview-features
2025-06-29 11:36:15 +08:00
Whalko
809e74cda0
feat: add search-trendings in sidebar filter options
2025-06-22 10:40:19 +08:00
Whalko
0e53afcf15
feat: add search-trendings filter for new bilibili hot search section
2025-06-22 10:38:22 +08:00
the1812
ac09466bfd
Add option for deleted list
2025-05-29 22:32:05 +08:00
the1812
4a0a14cbec
Merge branch 'preview-features' of https://github.com/the1812/Bilibili-Evolved into preview-features
2025-05-28 22:50:10 +08:00
the1812
953f480de9
Fix empty recommend items
2025-05-28 21:24:14 +08:00
the1812
1d10e48edb
Add pinned and hidden list options
2025-05-28 19:58:05 +08:00
the1812
9960908cc7
Refactor to Vue 3 syntax
2025-05-23 21:01:04 +08:00
the1812
7ffb224774
Fix self-repost option ( #5229 )
2025-05-13 23:02:17 +08:00
Rinne
46710c8f42
优化变量名,修改组件name,优化api调用
2025-04-28 10:13:25 +08:00
Rinne
435e1a88ad
fix bug
2025-04-28 03:03:17 +08:00
Rinne
fb1b2c0cfb
添加根据关注分组筛选动态功能
2025-04-28 00:16:02 +08:00
the1812
5cffe994fa
Update blocker styles ( #5135 )
2025-04-10 21:11:33 +08:00
the1812
e556982770
Update feeds card types ( #5135 )
2025-04-08 22:40:18 +08:00
the1812
2ba324b27a
Revert "Merge pull request #4964 from oxygenkun/preview-features"
...
This reverts commit a7048799b9 , reversing
changes made to 315826f038 .
2024-12-23 23:22:44 +08:00
the1812
0d9eaeb367
Merge branch 'preview-features' of https://github.com/the1812/Bilibili-Evolved into preview-fixes
2024-11-12 09:59:30 +08:00
oxygenkun
c856bf9cce
[feat] 直播列表用新的url,简化逻辑
2024-10-20 14:46:27 +08:00
gouzi
3519f5b462
rename
2024-09-19 22:43:44 +08:00
gouzi
00723a9845
feat: add del self feeds
2024-09-17 10:07:50 +08:00
the1812
d6f4d244d9
Fix fold comment not work for CommentAreaV2 ( fix #4905 )
2024-09-10 23:03:40 +08:00
the1812
40e3bfa87a
Add ShadowRootStyleDefinition
2024-09-08 10:18:12 +08:00
the1812
e91b9e6c83
Fix fold comment button position ( fix #4890 )
2024-09-04 23:40:20 +08:00
the1812
00d8e8a0a2
Merge branch 'preview-fixes' into preview-features
2024-04-16 09:02:32 +08:00
the1812
ef61deaf9c
Fix z-index ( fix #4714 )
2024-04-14 15:02:21 +08:00
the1812
9d27442db6
Ignore live panel when extendFeedsLive is enabled ( #4705 )
2024-04-14 12:55:59 +08:00
星海
caa167b5ae
Revert:串pr了
...
This reverts commit 2f0166d739 .
2024-03-24 16:14:16 +08:00
星海
3cbeaa2355
feat: 改用opus
2024-03-24 15:48:23 +08:00
oxygenkun
1e979017d7
[组件-动态图片平铺展示] 平铺转发的动态
2024-03-17 00:51:22 +08:00
the1812
704a99a9f1
Merge branch 'preview-fixes' into preview-features
2024-03-09 20:52:16 +08:00
the1812
9d6e11452b
Merge branch 'preview-fixes' of https://github.com/the1812/Bilibili-Evolved into preview-fixes
2024-03-09 18:50:42 +08:00
the1812
8266cc8348
Merge branch 'fix/4633' into preview-fixes
2024-03-09 18:49:58 +08:00
the1812
e72b6906a1
Fix z-index
2024-03-06 22:23:15 +08:00
the1812
3b224b4ec8
Remove log
2024-03-06 09:51:08 +08:00
the1812
d03e355e54
Fix object modules
2024-03-06 09:50:01 +08:00
the1812
6e2ad8a47d
Add component legacyFeedsImageViewer ( #4645 )
2024-03-05 23:44:43 +08:00
the1812
ece8d359d2
Update folded content class ( fix #4633 )
2024-03-04 22:38:52 +08:00
sunfkny
b5dfbcc455
[组件-禁止跳转动态详情] fix: 修复带图转发动态的 查看图片 失效
...
例如 https://t.bilibili.com/904142297159958549
2024-03-02 12:04:12 +08:00
Grant Howard
89cae81577
Merge pull request #4587 from oxygenkun/preview-features
...
[组件-直播信息扩充]feat: use new live feeds api and add reorder post-process
2024-01-14 22:21:53 +08:00
the1812
2d1f571c07
Merge branch 'preview-fixes' into preview-features
2024-01-14 19:44:51 +08:00
the1812
7a093dc48d
Fix z-index of operation list ( fix #4595 )
2024-01-14 19:44:25 +08:00
the1812
eb0b682b08
Add hide charge feeds plugin ( #4033 )
2024-01-14 17:47:09 +08:00
oxygenkun
d3546aa3f7
remove console log
2023-12-31 23:48:08 +08:00
oxygenkun
7349b957c6
feat: use new live feeds api and add post process
...
- New API will retrieve live rooms including 'quietly follow' (悄悄关注) users. The previous API does not.
- Add post-process: reorder list after retrieving all live rooms to remain in the order in the web dynamic dashboard.
2023-12-31 23:13:02 +08:00
the1812
3e8f26e517
Skip expand on column feed ( #4475 )
2023-11-19 15:14:35 +08:00
the1812
f3cf02361a
Fix HTML entities in title
2023-10-16 22:06:36 +08:00
sunfkny
8aa12ce2b6
fix: 修复被转发图文动态的 详情 > 功能失效
2023-09-24 18:59:52 +08:00
the1812
31230d6565
Merge branch 'preview-fixes' into preview-features
2023-07-13 09:02:41 +08:00
the1812
0177577c07
Fix fold comment width ( fix #4282 )
2023-07-12 08:31:29 +08:00
the1812
b8de1bf031
Fix container not found ( #3917 )
2023-06-02 21:52:10 +08:00