- Последний пост
- 6 июл.
- Последнее чтение
- 15 авг.
- Постов за неделю
- 0
- Всего постов
- 20
- Тип
- открытый
- Язык
- китайский
- Категория
- Новости и СМИ (по похожим)
- В каталоге с
- 14 авг.
- 1/24сутки в ленте
- —
- 1/48двое суток
- —
- 1/72трое суток
- —
Оценка по просмотрам недавних постов: пост набирает почти всё за первые сутки.
Посты
隔壁也收到了
https://www.ithome.com/0/973/202.htm
New push to github! fix: 启动卡顿及getAccessKey查找失效 (#1717) initHookInfo 的 biliAccounts 块依赖 "initFacial enter" 字符串锚点定位 getAccessKey,该锚点在8.98.0被移除导致查找失败;readHookInfo 缓存校验中的 getAccessKey 非空条件又会使该失败状态触发每次启动全量重扫死循环(约2.6s卡顿)。 - readHookInfo: 移除 getAccessKey 非空缓存校验,消除死循环 - initHookInfo: biliAccounts 块在锚点反推失败时回退到 declaredMethods 按签名/方法名查找,兼容8.98.0(方法名未混淆);保留原调用图反推以兼容 方法名被混淆的历史版本 fix #1716 by xueshiji See commit detail here Snapshot apk is attached (unsupported by TAICHI)
New push to github! feat(video): 添加视频广告跳过功能 (#1701) 一个简单的跳过视频广告功能,参考BilibiliSponsorBlock实现 by cja See commit detail here Snapshot apk is attached (unsupported by TAICHI)
New push to github! 修复8.97.0+启动时崩溃 (#1714) 注意:采用claude code进行辅助分析和构建,所有代码和设计经过人工审核 API版本:100 测试版本:8.46.0 / 8.98.0 注意:使用较新的B站版本可能因为部分功能未适配导致部分功能失效 - 修复了因 Kotlin 接口属性编译为 getter 方法而非字段获取 descriptor 的值时抛出 NoSuchFieldError - 修复了Compose 开屏自定义启动图因 ComposeView 禁止 addView 失效 - 新增了清除hook缓存的功能,解决因版本号长期未变更导致hook info缓存部分时候未能按预期情况失效的问题 by loliconRoot See commit detail here Snapshot apk is attached (unsupported by TAICHI)
New push to github! 修复8.97.0及以上版本崩溃问题,同时修复部分失效功能 (#1713) 注意:采用claude code进行辅助分析和构建,所有代码和设计经过人工审核 API版本:100 测试版本:8.46.0 / 8.97.0 / 8.98.0 注意:使用较新的B站版本可能因为部分功能未适配导致部分功能失效 - 修复了多个导致8.97.0及以上版本崩溃的问题 - 修复了8.97.0版本设置按钮未能正确显的问题 - 进一步修复了开屏广告屏蔽功能 - 修复了部分情况下自定义开屏功能失效 - 修复了av号显示功能在8.97.0版本失效 API版本101的功能更新将在之后进行 by loliconRoot See commit detail here Snapshot apk is attached (unsupported by TAICHI)
New push to github! 尝试修复开屏广告跳过功能 (#1708) 注意:采用claude code进行辅助分析和构建,所有代码和设计经过人工审核 测试版本:8.46.0 / 8.95.0 已确认功能可以正常运行,确认成功清除拉取的信息,所有调试日志代码已移除 开屏广告的数据从FastJSON迁移到了Gson,导致原有Hook失效。所以添加了一个GsonHook处理相关数据。 tv.danmaku.bili.ui.splash.SplashData -> tv.danmaku.bili.splash.ad.model.SplashListResponse by MRKT_ROOT See commit detail here Snapshot apk is attached (unsupported by TAICHI)
今天是可能倒闭但绝不变质的十周年纪念日
白菜怎么毕业了😭
New push to github! Branch: feat/api-101 This version is ONLY FOR LSPosed-it (7601 or higher) or frameworks supporting Xposed API 101 fix: CustomThemeHook minor changes for CopyHook by U29kaXVt See commit detail here Snapshot apk is attached
New push to github! Branch: feat/api-101 This version is ONLY FOR LSPosed-it (7601 or higher) or frameworks supporting Xposed API 101 fix: SplashHook 修复深色开屏界面,替换启动图/logo 如修,第一屏搞不好了 by U29kaXVt See commit detail here Snapshot apk is attached
New push to github1 Branch: feat/api-101 This version is ONLY FOR LSPosed1it 17601 or higher1 or frameworks supporting Xposed API 101 fix: ci - post to channel last changes: fix: CopyCommentHook.kt 使用正确的实现方式修复自由复制 by U29kaXVt See commit detail 1here11https://github1com/yujincheng08/BiliRoaming/commit/3d54fcd7d0940f8e41123b76e278d359557a03e51 Snapshot apk is attached
New push to github! Branch: feat/api-101 fix: resolveParameterTypes 解决部分Hook失效问题,例如JsonHook by U29kaXVt See commit detail here Snapshot apk is attached
New push to github! Branch: feat/api-101 impl: remove MethodHookParam.kt to comply with API 101 specification 移除 MethodHookParam.kt ,更多API 101规范适配,修复CI by U29kaXVt See commit detail here Snapshot apk is attached
New push to github! Fix: 评论自由复制 (#1698) # 评论自由复制,适配 8.71.0。 ## 描述 在新版,评论长按后有单独的菜单,包含了复制功能,但没有提供自由复制。**此更改仅对这个复制起效**,所以旧版本依旧可用之前的 Hook。 ## 还没做,但不会做 - [ ] 繁体翻译。 - [ ] 使用动态 Hook,但是这个类有两个一样的函数(参数、返回值都一样)。目前使用 hardcode. ## 其他说明 - pref_settings.xml 一次把所有的格式化了。 by Horange321 See commit detail here Snapshot apk is attached (unsupported by TAICHI)
New push to github! Update libcxx version in libs.versions.toml (#1688) by LoveSy See commit detail here Snapshot apk is attached (unsupported by TAICHI)
New push to github! Upgrade ndk (#1687) by LoveSy See commit detail here Snapshot apk is attached (unsupported by TAICHI)
BiliRoaming_11c81951fd.apk
New push to github! Fix quoting for SIGNING_KEY in android.yml by LoveSy See commit detail here Snapshot apk is attached (unsupported by TAICHI)
New push to github! fix: 竖屏模式视频广告净化 (#1675) - 修复: 竖屏模式视频广告净化 - 更新: 累计净化计数器移动到竖屏净化弹窗中 by Diandd See commit detail here Snapshot apk is attached (unsupported by TAICHI)