From 9866fccae98f66db9a80e0a28cc0b64d06c68d80 Mon Sep 17 00:00:00 2001 From: Lum1104 Date: Fri, 20 Mar 2026 19:16:47 +0800 Subject: [PATCH] docs: thanks --- README.md | 3 +++ README.zh-CN.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index b888979..ded8a3b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ --- +> [!TIP] +> **A huge thank you to the community!** The support for Understand-Anything has been incredible. If this tool saves you a few minutes of digging through complexity, that's all I wanted. 🚀 + **You just joined a new team. The codebase is 200,000 lines of code. Where do you even start?** Understand Anything is a [Claude Code](https://docs.anthropic.com/en/docs/claude-code) plugin that analyzes your project with a multi-agent pipeline, builds a knowledge graph of every file, function, class, and dependency, then gives you an interactive dashboard to explore it all visually. Stop reading code blind. Start seeing the big picture. diff --git a/README.zh-CN.md b/README.zh-CN.md index 5f72934..7edf497 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -20,6 +20,9 @@ --- +> [!TIP] +> **衷心感谢社区的支持!** Understand-Anything 收到的关注超出了我的预期。如果这个工具能帮你从复杂的资料中理出一点头绪,少走几分钟弯路,那我开发它的初衷就达到了。🚀 + **当你刚加入一个新团队,面对 20 万行代码,你从哪里开始?** Understand Anything 是一个基于 [Claude Code](https://docs.anthropic.com/en/docs/claude-code) 的插件,通过多智能体(multi-agent)架构分析你的项目,构建包含文件、函数、类以及依赖关系的知识图谱,并提供一个可视化交互界面,帮助你理解整个系统。不再“盲读代码”,而是从全局视角理解系统结构。