Commit Graph

887 Commits

Author SHA1 Message Date
the1812
1a1266777d Refactor player mode listener & fix empty token 2023-05-28 17:19:15 +08:00
the1812
fcfcc18dd5 Support watchlater list (#4174) 2023-05-28 17:13:56 +08:00
the1812
356a55eb92 Merge branch 'preview-fixes' into preview-features 2023-05-28 17:03:36 +08:00
the1812
98a670ea5f Merge branch 'preview-fixes' of https://github.com/the1812/Bilibili-Evolved into preview-fixes 2023-05-28 17:02:15 +08:00
the1812
f262bec1a1 Update header panel styles (fix #4215) 2023-05-28 17:01:53 +08:00
Grant Howard
38121f2633
Merge pull request #4222 from pencilqaq/fix
Update live.scss
2023-05-28 17:01:39 +08:00
Grant Howard
1737a2bfae
Merge pull request #4214 from lovelyCARDINAL/patch-1
feat: + `live_from`
2023-05-28 17:01:22 +08:00
Grant Howard
40b5295788
Merge pull request #4199 from imshixin/preview-fixes
Preview fixes
2023-05-28 17:01:05 +08:00
the1812
47ccc265cf Fix gift panel not hidden (#4210) 2023-05-28 16:44:47 +08:00
the1812
a71171fad4 Fix type errors 2023-05-28 16:37:59 +08:00
the1812
60cff830f7 Fix type filter not work with up filter (fix #4149) 2023-05-28 16:30:23 +08:00
the1812
f9f716ebcc Update dark styles 2023-05-28 16:05:34 +08:00
Pencil
9fbacb9076
Update live.scss
fix #4215
2023-05-26 22:49:03 +08:00
the1812
770148b8fb Update dark styles for new feeds detail (#3917) 2023-05-24 19:45:53 +08:00
the1812
cdbf10b559 Update dark styles for new feeds home (#3917) 2023-05-24 09:15:44 +08:00
the1812
8e592204ab Fix z-index 2023-05-24 09:10:30 +08:00
the1812
c71743a610 Update fixed sidebars style for new feeds home (fix #3917) 2023-05-23 23:35:21 +08:00
the1812
b530712fde Update for new feeds home (#3917) 2023-05-23 23:18:08 +08:00
the1812
38dc3694f1 Fix disable feeds details on new article card 2023-05-23 23:09:06 +08:00
the1812
165dc0feb7 Fix cover disappear (fix #4197) 2023-05-23 21:47:47 +08:00
失心
898079c823 trumpet->reply,对应类名更好理解 2023-05-23 12:00:45 +08:00
失心
23c85c183b 小喇叭scss 2023-05-23 11:55:25 +08:00
星海
76b9112a0b
feat: + live_from 2023-05-23 01:52:41 +08:00
imshixin
002c721422
Merge branch 'preview-fixes' into preview-fixes 2023-05-21 18:54:44 +08:00
失心
c25a5baa3d Revert "fix #4197"
This reverts commit bae0eb36bc.
2023-05-20 21:41:08 +08:00
LockRim
af4045755b 播放器置顶样式更改 2023-05-20 20:50:19 +08:00
the1812
ea8d678ced Merge branch 'preview-fixes' into preview-features 2023-05-20 18:19:02 +08:00
the1812
1b590e352c Fix width 2023-05-20 18:18:44 +08:00
the1812
e3c58944d9 Fix button style (#4166) 2023-05-20 18:01:05 +08:00
the1812
bd06d8efdc Fix watchlater menu item not hidden (fix #4175) 2023-05-20 17:03:27 +08:00
the1812
4d9d3e9ad1 Fix preserve event banner (fix #4177) 2023-05-20 16:56:14 +08:00
the1812
55f00fb6d7 Fix header height broken in category pages (fix #4183) 2023-05-20 16:44:15 +08:00
the1812
25fa1b2be0 Fix fresh home not hiding original elements (fix #3981) 2023-05-20 16:08:18 +08:00
the1812
dd0b76ff6f Increase max column count & length (fix #4181) 2023-05-20 15:58:33 +08:00
the1812
30670cc26a Fix control background width (#3173) 2023-05-20 15:36:14 +08:00
失心
8ee9851db5 使评论区上方的小喇叭可选择移除 2023-05-14 20:53:05 +08:00
失心
5717908ccb fix #4197 2023-05-14 20:17:43 +08:00
失心
bae0eb36bc fix #4197 2023-05-14 20:02:03 +08:00
Ziu
f76c3c442d
Merge branch 'preview-features' into feature/dispatchPlayerModeChange 2023-05-10 23:03:26 +08:00
the1812
d713c78826 Merge branch 'preview-fixes' into preview-features 2023-05-10 21:13:52 +08:00
Grant Howard
aecaf18a91
Merge pull request #4192 from ZiuChen/build/modify-cli-choices
build: 截取构建时CLI提示信息 | intercept the CLI prompt information during the build
2023-05-10 20:35:52 +08:00
Grant Howard
e3f53afa88
Merge pull request #4188 from ZiuChen/preview-fixes
fix: 修正播放器模式切换时 body类名响应问题
2023-05-10 20:32:50 +08:00
ZiuChen
bd3b452631 build: 缩短构建组件时CLI提示长度
- 之前展示的是完整路径 当路径过长时会导致提示信息过长 选取体验很差
- 做统一截取处理 只展示能够区分当前组件的部分
2023-05-10 17:13:34 +08:00
ZiuChen
6dd3e79543 fix: 修正marginTop计算规则 增加resize的监听
- 之前是通过获取`#danmukuBox`原始`marginTop`来设置UP主信息的`marginTop`的
- 现在可以通过实时计算 获得目标`marginTop`值
- 用于计算的代码来自B站混淆后的内联JS 做了一些适应性修改
2023-05-10 16:07:28 +08:00
ZiuChen
41dcc5dec0 chore: 清理冗余日志输出 2023-05-10 14:51:46 +08:00
ZiuChen
0942adc888 feat: 播放器置顶功能根据播放器模式动态修改样式
- 监听全局事件playerModeChange 并修改样式
- 为什么不用静态CSS:弹幕列表的marginTop在不同宽度设备是不同的,具体规则并不确定,需要用JS即时获取
- https://github.com/the1812/Bilibili-Evolved/discussions/4178
2023-05-10 14:24:46 +08:00
the1812
53f4eff781 Preserve live list when empty 2023-05-09 08:49:28 +08:00
星海
9ad2475ff4
feat: add url-params-cleaner for bilibili-mall 2023-05-09 00:51:13 +08:00
ZiuChen
ac6e0e40f7 fix: 适应 bpx.ts 中类名变化
- 全局搜索只找到了这一处,不知道还有没有其他地方
2023-05-09 00:06:00 +08:00
the1812
a7424e706c Fix LiveList not sticky (#4185) 2023-05-08 22:36:26 +08:00