From 7d055401776dc5d2b6391d5ee98d36196d54f8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=85=8E=E9=A5=BC=E6=9E=9C=E5=AD=90=E5=8D=B7=E9=B2=A8?= =?UTF-8?q?=E9=B1=BC=E8=BE=A3=E6=A4=92?= Date: Sat, 11 Jan 2025 14:55:12 +0800 Subject: [PATCH] Update README files to include recommended reading sections - Added a new section for recommended reading in both English and Chinese README files. - Included links to resources on cursor issues and AI development assistance to enhance user knowledge and support. - Improved overall documentation by providing additional valuable references for users. --- README.md | 6 ++++++ README_CN.md | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index b0acf35..50db485 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,12 @@ The tool generates new unique identifiers for: - ✅ Atomic file operations - ✅ Error handling and recovery +--- + +### 📚 Recommended Reading + +- [Cursor Issues Collection and Solutions](https://mp.weixin.qq.com/s/PIqIxrdPgXJ38PP7uVE2lg) +- [AI Universal Development Assistant Prompt Guide](https://mp.weixin.qq.com/s/PRPz-qVkFJSgkuEKkTdzwg) --- diff --git a/README_CN.md b/README_CN.md index a15f2c2..d862d2e 100644 --- a/README_CN.md +++ b/README_CN.md @@ -217,6 +217,11 @@ irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaoti +--- +### 📚 推荐阅读 + +- [Cursor异常问题收集和解决方案](https://mp.weixin.qq.com/s/PIqIxrdPgXJ38PP7uVE2lg) +- [AI通用开发助手提示词指南](https://mp.weixin.qq.com/s/PRPz-qVkFJSgkuEKkTdzwg) ---