Developer
e4760b1f07
1
2026-03-17 19:52:26 +08:00
Developer
4e8beae209
fix: add unmount cancellation guard, simplify keyExtractor, update spec
2026-03-11 14:48:19 +08:00
Developer
e608dcc09a
docs: finalize chunk 3 plan (import ordering, dependency note)
2026-03-11 14:15:06 +08:00
Developer
992c7a3a6a
docs: fix chunk 3 plan issues (unused import, step ordering, styles.row)
2026-03-11 14:13:25 +08:00
Developer
bc514c4a15
docs: add big video card implementation plan
2026-03-11 14:11:25 +08:00
Developer
56b0456b17
docs: add big video card design spec
2026-03-11 14:03:12 +08:00
Developer
880e2696da
1
2026-03-11 10:03:46 +08:00
Developer
ee213347c7
feat: unified player controls with heatmap progress + thumbnail preview
...
- VideoPlayer: 移除 onProgress/seekTo props,新增 bvid/cid 向下透传
- [bvid].tsx: 删除 HeatProgressBar 及 currentTime/duration/seekCmd state
- HeatProgressBar.tsx: 删除(逻辑已合并进 NativeVideoPlayer)
- 计划文档已保存到 docs/superpowers/plans/
2026-03-10 21:48:23 +08:00
Developer
1efeba2d9e
docs: add player UI redesign spec
2026-03-10 21:40:02 +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