diff --git a/README.md b/README.md index 3867e96..a96b9dc 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ sudo codesign --force --sign - --entitlements /dev/stdin /Applications/WeChat.ap EOF ``` -> **Heads up:** Re-signing WeChat is safe and will **not** cause account issues or bans. However, it may affect WeChat's auto-update mechanism. If WeChat prompts you to update but fails, simply re-download and install WeChat from the official website, then re-run `sudo wechat-cli init`. +> **Heads up:** Re-signing WeChat is safe and will **not** cause account issues or bans. However, it may affect WeChat's auto-update mechanism. If you notice any feature not working properly, or want to update WeChat to the latest version, simply re-download and reinstall WeChat from the [official website](https://mac.weixin.qq.com/) — no need to re-run `init`, your existing config and keys will continue to work. ### Step 2 — Use It @@ -341,6 +341,17 @@ WeChat stores chat data in SQLCipher-encrypted SQLite databases locally. WeChat --- +## ⚖️ Disclaimer + +This project is a local data query tool for personal use only. Please note: + +- **Read-only** — this tool only reads locally stored data, it does not send, modify, or delete any messages +- **No cloud transmission** — all data stays on your local machine, nothing is uploaded to any server +- **No WeChat ecosystem disruption** — this tool does not interfere with WeChat's normal operation, does not automate any actions, and does not violate WeChat's Terms of Service +- **Use at your own risk** — this project is for personal learning and research purposes only. Users are responsible for ensuring compliance with local laws and regulations + +--- + ## ⭐ Star History [![Star History Chart](https://api.star-history.com/svg?repos=freestylefly/wechat-cli&type=Date)](https://star-history.com/#freestylefly/wechat-cli&Date) diff --git a/README_CN.md b/README_CN.md index 60a31b0..8ec6169 100644 --- a/README_CN.md +++ b/README_CN.md @@ -134,7 +134,7 @@ sudo codesign --force --sign - --entitlements /dev/stdin /Applications/WeChat.ap EOF ``` -> **说明:** 重新签名是安全的,**不会**导致封号或账号异常。但可能影响微信的自动更新功能,如果微信提示更新但失败,从官网重新下载安装即可,然后重新执行 `sudo wechat-cli init`。 +> **温馨提示:** 重新签名是安全的,**不会**导致封号或账号异常。但可能影响微信的部分功能或自动更新。如果发现任何功能异常(如搜一搜无法使用),或想更新到微信最新版,直接从[微信官网](https://mac.weixin.qq.com/)重新下载安装即可,**无需重新执行 init**,已有的配置和密钥不受影响。 ### 第二步 — 开始使用 @@ -339,6 +339,39 @@ wechat-cli new-messages # 后续: 仅返回上次以来的新 --- +## ⚖️ 免责声明 + +本项目为个人使用的本地数据查询工具,请注意: + +- **只读不写** — 本工具仅读取本地存储的数据,不会发送、修改或删除任何消息 +- **数据不出本机** — 所有数据仅在你本机处理,不会上传至任何云端服务器 +- **不破坏微信生态** — 本工具不会干扰微信正常运行,不会自动化任何操作,不违反微信使用协议 +- **风险自担** — 本项目仅供个人学习研究使用,使用者需确保遵守当地法律法规 + +--- + +## ⚖️ 免责声明 + +本项目为个人本地数据查询工具,仅供个人学习和研究使用。请注意: + +- **只读** — 本工具仅读取本地存储的数据,不会发送、修改或删除任何消息 +- **数据不外传** — 所有数据留在本机,不会上传至任何云端服务器 +- **不破坏微信生态** — 本工具不会干扰微信正常运行,不会自动化任何操作,不违反微信使用条款 +- **自担风险** — 用户需确保遵守当地法律法规,合理合法使用本工具 + +--- + +## ⚖️ 免责声明 + +本项目为个人本地数据查询工具,仅供个人学习研究使用。请注意: + +- **只读** — 本工具仅读取本地已存储的数据,不会发送、修改或删除任何消息 +- **数据不外传** — 所有数据留在本机,不会上传至任何云端服务器 +- **不破坏微信生态** — 本工具不会干扰微信正常运行,不会自动化任何操作,不违反微信使用条款 +- **风险自负** — 本项目仅供个人学习研究使用,用户需确保遵守当地法律法规 + +--- + ## ⭐ Star History [![Star History Chart](https://api.star-history.com/svg?repos=freestylefly/wechat-cli&type=Date)](https://star-history.com/#freestylefly/wechat-cli&Date)