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
|
1e0931b5d1
|
fix: 登录后头像不更新 — 将 getUserInfo 合并进 login()
登录流程之前分两步:login() 只设 isLoggedIn,getUserInfo/setProfile
由 LoginModal 调用。网络抖动或 B站 session 传播延迟时 getUserInfo
抛错被静默吞掉,face 不更新,直到下次启动 restore() 才修复。
修复:login() 内部完成 getUserInfo + 持久化,LoginModal 只需
await login() 后关闭弹窗,不再重复获取头像。
|
2026-03-26 01:16:20 +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
|
a61aa5caac
|
feat: 使用本地库 react-native-qrcode-svg 生成二维码,移除第三方远程图片服务
|
2026-03-24 21:23:22 +08:00 |
|
Developer
|
c0b7b8e974
|
feat:下载管理页面,集成分享功能
|
2026-03-19 20:11:05 +08:00 |
|
Developer
|
0fbfdadf6a
|
feat:添加打开B站扫码功能
|
2026-03-19 17:05:53 +08:00 |
|
Developer
|
f1c040de68
|
feat:二维码优化和保存
|
2026-03-19 17:00:35 +08:00 |
|
Developer
|
94db7445fb
|
视频缓存
|
2026-03-17 22:18:05 +08:00 |
|
Developer
|
ff659dcef7
|
优化
|
2026-03-14 18:25:13 +08:00 |
|
Developer
|
cf20b016ff
|
1
|
2026-03-10 19:04:18 +08:00 |
|
Developer
|
a0e53bd073
|
feat: add all source files - services, store, hooks, components, screens
|
2026-03-05 18:02:54 +08:00 |
|