Skip to content

Tags: ruipenglu/bv

Tags

alpha-r889

Toggle alpha-r889's commit message

Verified

This commit was signed with the committer’s verified signature.
修复无法加载用户空间投稿视频列表

alpha-r888

Toggle alpha-r888's commit message

Verified

This commit was signed with the committer’s verified signature.
指定 workflow JDK 版本 21

alpha-r880

Toggle alpha-r880's commit message

Verified

This commit was signed with the committer’s verified signature.
修复 PGC 详情页不显示非正片内容

fixed aaa1115910#261

alpha-r877

Toggle alpha-r877's commit message

Verified

This commit was signed with the committer’s verified signature.
修复异形屏设备菜单面板的错误内边距

fixed aaa1115910#256

alpha-r875

Toggle alpha-r875's commit message

Verified

This commit was signed with the committer’s verified signature.
修复无法获取字幕(web 接口)

获取字幕需要 buvid3 和有效的 SESSDATA

fixed aaa1115910#255

alpha-r872

Toggle alpha-r872's commit message

Verified

This commit was signed with the committer’s verified signature.
回退 ktor 版本

ktor 3.2 新的缓存机制导致部分过大的响应无法成功获取,不设置 ContentEncoding 可成功获取但又会导致另一些请求失败。可以通过更改单个请求的代码禁用缓存,但需要修改每一个请求实属不妥,在找到更好的解决方法前先回退版本到 3.1

alpha-r870

Toggle alpha-r870's commit message

Verified

This commit was signed with the committer’s verified signature.
移除错误的配置

它会导致响应体过大时无法获取数据,ktor3.2使用了新的SaveBody插件使得问题显现,不缓存响应体则不会发现问题

fixed aaa1115910#249

alpha-r869

Toggle alpha-r869's commit message

Verified

This commit was signed with the committer’s verified signature.
修复移动端可能无法从动态播放视频

alpha-r865

Toggle alpha-r865's commit message

Verified

This commit was signed with the committer’s verified signature.
移除设置页切换内容时的回弹动画

alpha-r863

Toggle alpha-r863's commit message

Verified

This commit was signed with the committer’s verified signature.
修复 @Preview 中含有 Prefs 相关代码就无法正常预览