原文
🎉 检测到新的 GitHub 推送! Commit SHA: 5bb97d16bfaf3e76e8ce45dce4c0218d227a1ff6
refactor: rewrite Bilibili auto-play card conversion logic
- Add
MqqApiUrlToolfor parsing and manipulatingmqqapi://URLs, including Base64 and URL decoding/encoding support. - Refactor
BilibiliAutoPlayCardto useMqqapiHandlerinstead of low-level protocol hijacking. - Simplify Bilibili card conversion by modifying the
mini_program_pathparameter in the share URL. - Remove complex protobuf manipulation and signature re-calculation for
LightAppSvc.mini_app_share.
(cherry picked from commit e115cd81068f2fffa2b3418840ef5f368c231a3e)
提交者 Nacho 查看详情
简体中文
🎉 检测到新的 GitHub 推送! Commit SHA: 5bb97d16bfaf3e76e8ce45dce4c0218d227a1ff6
重构:重写 Bilibili 自动播放卡片转换逻辑
- 新增
MqqApiUrlTool,用于解析和操作mqqapi://URL,支持 Base64 和 URL 解码/编码。 - 重构
BilibiliAutoPlayCard,改用MqqapiHandler替代底层协议劫持。 - 通过修改分享 URL 中的
mini_program_path参数,简化 Bilibili 卡片转换。 - 移除了对
LightAppSvc.mini_app_share的复杂 protobuf 操作和签名重新计算。
(从提交 e115cd81068f2fffa2b3418840ef5f368c231a3e 中挑选)
提交者:Nacho 查看详情