Developer
e1fa8cc347
feat: 视频推荐关联当前视频、UP主信息展示、直播全屏修复及UI优化
...
- 推荐列表改用 getVideoRelated 基于当前 bvid 推荐,与首页 feed 解耦
- 视频详情页 UP主名称下方展示粉丝数和视频数
- 推荐视频点击改为 router.replace 避免页面堆叠
- 直播全屏改用 position:absolute,解决退出全屏视频重建暂停问题
- 退出全屏时直播自动暂停
- 直播画质选中状态修复,过滤杜比/4K 画质选项
- 直播画质面板改为居中 Modal 弹出框
- 视频详情 Tab 按钮左对齐,评论排序及设置页按钮统一实心背景风格
2026-03-25 12:03:28 +08:00
Developer
5ec4c5a6be
版本1.0
2026-03-19 21:53:08 +08:00
Developer
f5d49cd3f9
feat:直播 Tab 顶部显示关注主播在线列表
2026-03-19 20:46:16 +08:00
Developer
46796d3d6d
杜比HDR
2026-03-19 16:38:18 +08:00
Developer
94db7445fb
视频缓存
2026-03-17 22:18:05 +08:00
Developer
e4760b1f07
1
2026-03-17 19:52:26 +08:00
Developer
714d28358f
1
2026-03-17 18:00:00 +08:00
Developer
2e47871689
播放状态
2026-03-17 17:26:43 +08:00
Developer
6275fd0930
直播弹幕与界面优化
...
- useLiveDanmaku: 重写协议解析,支持 zlib 压缩消息、token 认证、base64 帧处理
- services/bilibili: 新增 getLiveDanmakuInfo 获取弹幕服务器信息
- live/[roomId]: 使用真实 roomid 而非 URL 别名连接弹幕
- NativeVideoPlayer: 增加中文注释,移除调试日志
- video/[bvid]: UP主头像移至标题前,调整字号与样式
- index: 替换 logo 文字为下载按钮图标
- videoRows: 修复奇数视频配对,调整 BigRow 位置策略
- package.json: 移除未使用的 fast-xml-parser 和 xml2js 依赖
2026-03-17 15:14:23 +08:00
Developer
a46e63f0ba
1
2026-03-16 21:13:26 +08:00
Developer
829d175baa
1
2026-03-16 16:20:59 +08:00
Developer
47d2e8479e
评论
2026-03-16 14:24:32 +08:00
Developer
ff659dcef7
优化
2026-03-14 18:25:13 +08:00
Developer
e9b00d026f
1
2026-03-14 11:55:45 +08:00
Developer
a971a65f96
直播卡片
2026-03-13 21:52:09 +08:00
Developer
2e7578afde
热力图bug
2026-03-12 23:57:01 +08:00
Developer
a55bcd46ea
header
2026-03-12 21:21:01 +08:00
Developer
9347c8752d
1
2026-03-11 20:53:18 +08:00
Developer
4d7f943618
fix: use correct danmaku XML endpoint (comment.bilibili.com/{cid}.xml)
2026-03-11 10:23:47 +08:00
Developer
d2e259e9f4
feat: add getDanmaku API function
2026-03-10 22:46:29 +08:00
Developer
f2b4c404c3
fix: filter out ad/live/invalid cards from recommend feed
...
推荐流中混入广告、直播等特殊条目,缺少 pic/duration/bvid 字段,
导致页面出现空白卡片。过滤掉不满足条件的条目。
2026-03-10 20:50:44 +08:00
Developer
5bb6a3cd68
feat: unlock 1080P+ on Android via DASH streaming
...
- getPlayUrl uses fnval=16 (DASH) on Android, keeping fnval=0/html5 for iOS/web
- New utils/dash.ts builds a valid DASH MPD from Bilibili's segmentBase ranges
and returns it as a data: URI for ExoPlayer consumption
- NativeVideoPlayer selects DASH path (type='mpd') or durl fallback automatically
- Extend PlayUrlResponse types with DashVideoItem/DashAudioItem/DashSegmentBase
2026-03-10 20:04:48 +08:00
Developer
4dbb3cb3d6
1
2026-03-10 19:22:38 +08:00
Developer
cf20b016ff
1
2026-03-10 19:04:18 +08:00
Developer
c9c62d3e48
1
2026-03-06 14:52:28 +08:00
Developer
a0e53bd073
feat: add all source files - services, store, hooks, components, screens
2026-03-05 18:02:54 +08:00