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
请支持多开微信,谢谢,多开的几十个微信都无法实现模块的功能,希望下一版改进
我的多开工具是lbe平行空间,以及App cloner, App cloner 克隆多个lbe平行空间,平行空间再克隆多个微信
本人尝试在lbe双开空间同样克隆了xp框架和模块,无用
The text was updated successfully, but these errors were encountered:
https://github.com/Gh0u1L5/WechatMagician/blob/aaac649087f67d8fb807a8e8a302610c285dc359/app/src/main/kotlin/com/gh0u1l5/wechatmagician/Global.kt WECHAT_PACKAGE_NAME是记录包名的地方,你多开的app不可能有相同的包名。因为如果包名相同的话,就会冲突、安装不上。除非是版本更新。(其实这块我也不清楚android是怎么做的,毕竟我不是android工程师) 这个地方做了适配就可以了吧。不过这里要从字符串改成list,恐怕有点困难。 而且在xposed启用模块的时候,岂不是要选择应用到哪个多开程序了?要不然所有多开都影响。
WECHAT_PACKAGE_NAME
Sorry, something went wrong.
No branches or pull requests
请支持多开微信,谢谢,多开的几十个微信都无法实现模块的功能,希望下一版改进
我的多开工具是lbe平行空间,以及App cloner, App cloner 克隆多个lbe平行空间,平行空间再克隆多个微信
本人尝试在lbe双开空间同样克隆了xp框架和模块,无用
The text was updated successfully, but these errors were encountered: