From 781fdc356061dfb5384ab5aa6497aefa56f3b4f1 Mon Sep 17 00:00:00 2001 From: a244573118 <244573118@qq.com> Date: Wed, 27 May 2026 20:10:11 +0800 Subject: [PATCH] Update README to clarify message revocation behavior Clarified the behavior of the message revocation feature. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fdc65f..c1bbd2a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ macOS 微信防撤回工具。 ### 原理 -修改 `wechat.dylib` 中的 `isRevokeMessage()` 函数,使其始终返回 false。微信将不再识别收到的撤回通知,原消息保持可见。自己主动撤回消息会闪退(后面修复)。 +修改 `wechat.dylib` 中的 `isRevokeMessage()` 函数,使其始终返回 false。微信将不再识别收到的撤回通知,原消息保持可见。不影响自己主动撤回消息。 ### 适用范围