Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerson Lin authored Jan 30, 2018
1 parent d510839 commit e7a6477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_Read this README.md in other languages:_ [English](https://github.com/Gh0u1L5/WechatMagician/blob/master/README.en.md).

WechatMagician是一款骚兮兮的Xposed插件,致力于让用户彻底掌控微信上的聊天消息及朋友圈内容,目前支持到微信 6.5.22 版,实现的功能有:
WechatMagician是一款骚兮兮的Xposed插件,致力于让用户彻底掌控微信上的聊天消息及朋友圈内容,目前支持到微信 6.6.1 版,实现的功能有:
1. 防止微信好友撤回聊天消息(撤回提示可自定义)。
2. 防止微信好友删除朋友圈动态、评论。
3. 发送消息时可选图片的上限从9张上调至用户设定的数量(默认1000张)。
Expand All @@ -29,7 +29,7 @@ __注:使用朋友圈转发/截图功能时,请长按好友头像下方的
* __稳定__ —— 绝大部分微信插件每逢更新必崩溃,许多老旧插件已经无法在新版微信上运行。
- 本项目将每个小功能都拆分到单独的模块中,单个模块失效不会影响其他功能的使用。
- 本项目使用自行设计的一套[API](https://github.com/Gh0u1L5/WechatMagician/blob/master/src/main/kotlin/com/gh0u1l5/wechatmagician/util/PackageUtil.kt),通过比对特征来定位关键类、关键方法。
- 本项目选用的[每一条特征](https://github.com/Gh0u1L5/WechatMagician/blob/master/src/main/kotlin/com/gh0u1l5/wechatmagician/backend/WechatPackage.kt)都保证在6.5.3至6.5.16版本中稳定存在,即使失效也能在短时间内进行修复。
- 本项目选用的[每一条特征](https://github.com/Gh0u1L5/WechatMagician/blob/master/src/main/kotlin/com/gh0u1l5/wechatmagician/backend/WechatPackage.kt)都保证在6.5.3至6.6.1版本中稳定存在,即使失效也能在短时间内进行修复。
- 本项目Hook的位置尽量贴近底层,通过牺牲一定的运行速度保证注入位置的稳定性。
* __简洁__ —— 大型插件如微X模块有相当多的不常用功能,而这些不常用功能往往是闪退和崩溃的罪魁祸首。
- 如果将不同的功能交由不同的插件实现,用户选择自己需要的插件安装,将大大提升开发者和用户双方的体验。
Expand Down

0 comments on commit e7a6477

Please sign in to comment.