Update README_CN.md (#126)

更新 README 中的微信社群二维码图片为最新版本,方便用户扫码加入社群。

Update the WeChat community QR code in README to the latest version, making it easier for users to join the community.

共替换 4 处二维码图片引用,仅修改图片 src 地址,保持原有显示尺寸(width="360" / width="200")和布局(居中对齐)不变。
This commit is contained in:
Yuntong8888
2026-06-02 17:29:41 +08:00
committed by GitHub
parent d1534e488f
commit f0c683dc24
+3 -2
View File
@@ -1,3 +1,4 @@
<div align="center">
<img src="./assets/images/logo.png" alt="TencentDB Agent Memory" width="880" />
@@ -54,7 +55,7 @@ TencentDB Agent Memory 帮助 Agent 学会你的流程、保留任务上下文
> **让 Agent 记住该记的,让人把注意力留给判断、创造和真正有价值的工作。**
<p align="center">
<img src="https://github.com/user-attachments/assets/53513290-2c77-45cf-b06f-b07544902bd8" width="360" alt="Agent Memory 微信社群二维码" />
<img src="https://github.com/user-attachments/assets/8c2858c4-3163-489f-a67e-bc686fe0554e" width="360" alt="Agent Memory 微信社群二维码" />
<br/>
<sub>📱 扫码加入 <b>Agent Memory 微信社群</b>,与早期开发者直接对话</sub>
@@ -414,7 +415,7 @@ export MEMORY_TENCENTDB_GATEWAY_API_KEY="<与 Gateway 同一份密钥>"
- 💡 **有想法想交流?** 欢迎在 [GitHub Discussions](https://github.com/Tencent/TencentDB-Agent-Memory/discussions) 发起讨论。
- 🛠️ **想贡献代码?** 请先阅读 [CONTRIBUTING.md](./CONTRIBUTING_CN.md)。
- 💬 **想加入交流群?** 扫码加入 **Agent Memory 微信社群**,与早期开发者直接对话。
<p align="center"><img src="https://github.com/user-attachments/assets/53513290-2c77-45cf-b06f-b07544902bd8" width="200" alt="Agent Memory 微信社群二维码" />
<p align="center"><img src="https://github.com/user-attachments/assets/8c2858c4-3163-489f-a67e-bc686fe0554e" width="200" alt="Agent Memory 微信社群二维码" />
---