-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Gh0u1L5/WechatMagician
- Loading branch information
Showing
2 changed files
with
25 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# WechatMagician | ||
|
||
## Supported Features | ||
* Prevent friends from recalling messages. | ||
* Prevent friends from deleting moments or comments. | ||
|
||
Support WeChat 6.5.10 and will keep updating. | ||
|
||
## Credits | ||
* Thanks @rovo89 for the awesome Xposed framework. | ||
* Thanks @rarnu for the prototype module wechat_no_revoke. | ||
|
||
Well, although I deleted almost all the codes written by @rarnu, I still want to give the credit for the nice structure. :> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
# 微信阻止撤回 | ||
# WechatMagician | ||
|
||
- - - | ||
|
||
目前支持最新微信 6.5.8 版并将持续更新。 | ||
Read this README.md in [English](https://github.com/Gh0u1L5/WechatMagician/blob/master/README.en.md). | ||
|
||
## 实现功能 | ||
* 防止微信撤回聊天消息 | ||
* 防止朋友圈删除动态、评论 | ||
* 防止微信好友撤回聊天消息 | ||
* 防止微信好友删除朋友圈动态、评论 | ||
|
||
目前支持最新微信 6.5.10 版并将持续更新。 | ||
|
||
## 特别鸣谢 | ||
* 感谢 @rovo89 编写的Xposed框架 | ||
* 感谢 @rarnu 编写的防撤回插件wechat_no_revoke | ||
|
||
虽然 @rarnu 的代码让我看了眼后直接删了(笑),但是我觉得wechat_no_revoke的文件结构不错。 |