From 4ccd4bf69f954246d1b110019146be3cfb4a5dc7 Mon Sep 17 00:00:00 2001 From: qixinbo Date: Sat, 21 Mar 2026 23:42:41 +0800 Subject: [PATCH] doc: update readme --- README.md | 12 ++++++++++++ README_en.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/README.md b/README.md index 19e63f6..91edcbc 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,15 @@ npm run dev ## 🤝 参与贡献 有个好点子?发现了一个 Bug?非常欢迎你的加入!随时可以提交 Issue 或 Pull Request。让我们一起让数据分析变得更加有趣! + +*** + +## 💖 特别鸣谢 + +DataClaw 的开发深受以下优秀开源项目的启发,特此致谢: + +- [WrenAI](https://github.com/Canner/WrenAI): 强大的 Text-to-SQL 解决方案,其架构和思路给了我们很大的启发。 +- [Aix-DB](https://github.com/aix-db/Aix-DB): 在智能数据分析和交互式体验方面提供了极好的参考。 + +
+ diff --git a/README_en.md b/README_en.md index 56e97a0..1e70923 100644 --- a/README_en.md +++ b/README_en.md @@ -84,3 +84,15 @@ Open your browser and navigate to `http://localhost:5173`. Boom! 🎉 You're rea ## 🤝 Contributing Got a cool idea? Found a bug? We'd love your help! Feel free to open an issue or submit a pull request. Let's make data analysis fun again! + +*** + +## 💖 Acknowledgements + +The development of DataClaw was deeply inspired by the following excellent open-source projects. Special thanks to: + +- [WrenAI](https://github.com/Canner/WrenAI): A powerful Text-to-SQL solution whose architecture and concepts provided great inspiration. +- [Aix-DB](https://github.com/aix-db/Aix-DB): Provided an excellent reference for intelligent data analysis and interactive user experience. + +
+