We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
网易云音乐api接口中加入了大量的eapi这个接口,因为现在版本部分接口没有匹配eapi接口就导致出现以下问题。 1.打开应用出现广告 2.搜索出来的音乐还是灰色无法播放 3.解锁本地SVIP失效
我的修复办法: 1.在hook.target.path列表中添加"/api/v2/artist/songs". 2.把hook.js代码中所有的"/api/xxx"在添加一份"/eapi/xxx".
No response
IOS
The text was updated successfully, but these errors were encountered:
feat(hook): unlock music items in search page
7ec8398
Ref: #1258 Signed-off-by: Tianling Shen <[email protected]>
同问,这个问题依旧存在; PS: 现在iOS的分流文件用哪个
Sorry, something went wrong.
手动修改js代码就行了。但是ios挺不稳定的。还是安卓hook好用
docker里面没有这个文件 构建好像没有引入这个文件夹 如何修改 如果有是在哪里修改
No branches or pull requests
需求描述
网易云音乐api接口中加入了大量的eapi这个接口,因为现在版本部分接口没有匹配eapi接口就导致出现以下问题。
1.打开应用出现广告
2.搜索出来的音乐还是灰色无法播放
3.解锁本地SVIP失效
我的修复办法:
1.在hook.target.path列表中添加"/api/v2/artist/songs".
2.把hook.js代码中所有的"/api/xxx"在添加一份"/eapi/xxx".
预期行为
No response
网易云音乐版本号
No response
操作系统
IOS
其他信息
No response
The text was updated successfully, but these errors were encountered: