Developer
|
b0929a8094
|
feat: UP主页/视频详情页 UI 优化 + 多处交互修复
- creator: 头部模糊背景 + 滚动渐变 topBar,移除 removeClippedSubviews 修复列表抖动
- video: 简介 2 行折叠(onTextLayout 探测真实行数),tname 分区标签,统计数据前移到 UP 主行
- VideoCard/LiveCard: title 设 minHeight 解决两列卡片底部对齐
- LoginModal: 二维码过期支持原地重试,无需关闭重开
- search: 初始 loading 显示 indicator,搜索/选建议时自动收起键盘
- 统一图片组件为 expo-image:LiveCard / FollowedLiveStrip / downloads
- types: VideoItem 补 tname / pubdate 字段
|
2026-05-05 12:17:45 +08:00 |
|
Developer
|
d05e03418f
|
docs: 收到哔哩哔哩律师函,停止后续维护 [skip ci]
|
2026-04-29 14:47:13 +08:00 |
|
Developer
|
463c0db058
|
feat: 性能优化 + Bug修复 + 搜索增强
- expo-image 替换 RN Image(VideoCard/LiveCard/BigVideoCard/CommentItem,recyclingKey)
- DanmakuList Animated.Value 对象池,减少 GC 压力
- FlatList 性能参数:windowSize=7 / maxToRenderPerBatch=6 / removeClippedSubviews
- bilibili.ts 请求去重(getVideoDetail/getPlayUrl)
- SESSDATA 迁移至 expo-secure-store(utils/secureStorage.ts,启动自动迁移)
- 主题系统扩展:新增 sheetBg/modalBg/modalText/placeholder/iconDefault/danger 等 token
- 多组件深色模式适配:DownloadSheet/LivePlayer/NativeVideoPlayer/DownloadProgressBtn/CommentItem/LoginModal
- 搜索页增强:搜索建议 + 热搜榜(hooks/useSearch.ts + app/search.tsx)
- LoginModal 修复轮询竞态(cancelled flag + try-catch)
- 修复 downloads.tsx 冗余三元表达式
|
2026-03-26 01:16:20 +08:00 |
|
Developer
|
5a368dc794
|
fix: 暗黑模式下封面图占位背景色跟随卡片颜色
|
2026-03-24 21:43:52 +08:00 |
|
Developer
|
f2fc4693a6
|
feat: 暗黑模式 + 节流模式
- settingsStore: 移除 coverQuality,新增 darkMode / trafficSaving 布尔字段(AsyncStorage 持久化)
- utils/theme.ts: 新建 useTheme() hook,返回浅色/深色颜色表
- settings.tsx: 新增外观(浅色/深色)和流量(标准/节流)选项,移除封面图清晰度
- BigVideoCard: 节流模式跳过预加载、禁止自动播放;封面低画质;支持暗黑配色
- useVideoDetail: 节流模式下默认 qn=16(360p)
- VideoCard / LiveCard: 移除 coverQuality 依赖,改用 trafficSaving;支持暗黑配色
- index.tsx: 导航栏/搜索栏/列表背景跟随主题
- search.tsx: 页面背景/输入框/文字跟随主题
- downloads.tsx: 顶栏/背景/文字跟随主题
- _layout.tsx: StatusBar 随暗黑模式切换 light/dark
|
2026-03-24 21:04:10 +08:00 |
|
Developer
|
462a090599
|
设置页面
|
2026-03-19 16:34:56 +08:00 |
|
Developer
|
ff659dcef7
|
优化
|
2026-03-14 18:25:13 +08:00 |
|
Developer
|
2e7578afde
|
热力图bug
|
2026-03-12 23:57:01 +08:00 |
|
Developer
|
9347c8752d
|
1
|
2026-03-11 20:53:18 +08:00 |
|
Developer
|
836b2ceb28
|
fix: 末行单卡片居中 + 卡片高度不一致
- columnWrapperStyle justifyContent 改为 flex-start,末行单卡片靠左
- title 固定 height: 32px(2行 × lineHeight 16),
使每张卡片 info 区高度相同,消除高度不一致
|
2026-03-10 21:14:24 +08:00 |
|
Developer
|
4d71f39ee9
|
fix: proxy B站图片 CDN 解决 web 端防盗链图片不显示问题
- dev-proxy.js 新增 /bilibili-img 路由,代理 *.hdslb.com 并注入正确 Referer
- utils/imageUrl.ts 新增 proxyImageUrl(),web 端将图片 URL 转为本地代理地址
- VideoCard / CommentItem / MiniPlayer / [bvid] 对所有 B站图片应用 proxyImageUrl
|
2026-03-10 20:47:14 +08:00 |
|
Developer
|
4dbb3cb3d6
|
1
|
2026-03-10 19:22:38 +08:00 |
|
Developer
|
a0e53bd073
|
feat: add all source files - services, store, hooks, components, screens
|
2026-03-05 18:02:54 +08:00 |
|