Commit Graph

7604 Commits

Author SHA1 Message Date
ZiuChen
87156b2854 fix: 修正直播间粉丝勋章定位溢出视口问题
- 调整最大列数为15
- https://github.com/the1812/Bilibili-Evolved/issues/4181
2023-05-20 16:50:22 +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
the1812
960b4310fd Fix web fullscreen class 2023-05-20 15:35:51 +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
Grant Howard
3b7a40608d
Merge pull request #4191 from ZiuChen/feature/dispatchPlayerModeChange
派发播放器模式切换事件 修正播放器置顶组件样式 | Dispatch player mode switching event, modify the style of the player-on-top-new
2023-05-13 16:25:06 +08:00
ZiuChen
6330e00be4 fix: 处理lint检查报错 2023-05-11 09:50:16 +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
Grant Howard
726089d2a3
Merge pull request #4189 from lovelyCARDINAL/patch-0
feat: add url-params-cleaner for bilibili-mall
2023-05-10 20:14:08 +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
ZiuChen
0c93abff65 feat: 当播放器模式发生变化时 派发事件
- 动态创建自定义事件并通过dispatchEvent派发
- 仅在播放器模式发生变化时派发事件
2023-05-10 14:24:13 +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
ZiuChen
5d132bbe3e fix: 修正播放器模式切换时 body类名响应问题
- 调整了应用到`body`的类名 在其他commit处理涉及的代码
- `player-mode-webfullscreen` => `player-mode-full`
- `player-mode-widescreen` => `player-mode-wide`
2023-05-09 00:04:06 +08:00
the1812
a7424e706c Fix LiveList not sticky (#4185) 2023-05-08 22:36:26 +08:00
Grant Howard
639a122758
Merge pull request #4176 from timongh/patch-1
Add `todo` and `unreachable`
2023-05-08 22:29:47 +08:00
Grant Howard
fc6e01a0a6
Merge pull request #4167 from wisokey/preview-features
显示视频投稿时间支持转义字符
2023-05-08 22:27:48 +08:00
Grant Howard
93f6afa869
Merge pull request #4153 from rien7/preview-features
feat: 首页卡片过滤
2023-05-08 22:26:45 +08:00
timongh
723ab8f352
Add todo and unreachable 2023-05-02 14:26:31 +08:00
Grant Howard
9576cfc7df
Merge pull request #4165 from ZiuChen/preview-features
feat: 播放器置顶组件(playerOnTopNew) 功能增强
2023-04-30 16:05:15 +08:00
ZiuChen
2deaed9a63 chore: 清理构建产物 2023-04-30 15:57:53 +08:00
wisokey
98434ca154 显示视频投稿时间新版样式修改 2023-04-30 15:08:16 +08:00
Grant Howard
0cfb415c72
Merge pull request #4155 from lovelyCARDINAL/patch-5
feat: 为自定义顶栏添加单独的`创作中心`
2023-04-30 14:02:11 +08:00
Grant Howard
c81aba7760
Merge pull request #4154 from lovelyCARDINAL/patch-4
feat( #4101 ):  + music ranking & drama ranking
2023-04-30 14:01:31 +08:00
wisokey
fb278b0b9a 显示视频投稿时间支持转义字符 2023-04-27 22:26:55 +08:00
ZiuChen
d25cd4f126 fix: 增加对设置的监听 变化实时反应到页面上 2023-04-27 12:47:02 +08:00
ZiuChen
045a6ac28c feat: 播放器置顶组件(playerOnTopNew) 功能增强
- feat: 播放器顶部留白自定义数值
- fix: 限制组件仅在播放页执行 减少无意义DOM操作
2023-04-27 11:59:04 +08:00
github-actions[bot]
d8dc95f852 CI build 2023-04-26 01:15:04 +00:00
the1812
dd29a98069 Merge branch 'preview-fixes' 2023-04-26 09:11:44 +08:00
the1812
7646b236a8 Build files 2023-04-26 09:11:02 +08:00
the1812
f64801060d Merge branch 'preview-features' into preview 2023-04-26 09:09:57 +08:00
the1812
8f10496200 Merge branch 'preview-fixes' into preview-features 2023-04-26 09:09:41 +08:00
the1812
bd8b11445c Upgrade caniuse-lite 2023-04-26 09:08:50 +08:00
the1812
624b0cf602 Merge branch 'preview-fixes' into preview-features 2023-04-25 22:40:48 +08:00
the1812
7682984eff Add more list urls (#4157) 2023-04-25 22:40:42 +08:00
the1812
add5965e68 Fix changelog 2023-04-25 22:13:19 +08:00
github-actions[bot]
c439e6d71c CI build 2023-04-25 01:16:48 +00:00
the1812
a98c3b36d1 Merge branch 'preview-fixes' 2023-04-25 09:11:02 +08:00
the1812
95c581db94 Build files 2023-04-25 00:16:31 +08:00