From 865debdc1a2a364010b87fb916d20ec0725d4ac5 Mon Sep 17 00:00:00 2001 From: lintsinghua <1930438860@qq.com> Date: Mon, 27 Oct 2025 18:59:58 +0800 Subject: [PATCH] docs: restructure acknowledgments in README files for clarity - Organized acknowledgments into distinct sections: Core Technology, AI Platform Support, Data Storage, Functional Components, and Special Thanks. - Added new AI platform support entries for OpenAI, Anthropic Claude, DeepSeek, Alibaba Qwen, Zhipu AI, Moonshot AI, and Ollama. - Enhanced clarity and readability of technology and component acknowledgments in both English and Chinese README files. --- README.md | 31 ++++++++++++++++++++++++++++--- README_EN.md | 35 ++++++++++++++++++++++++++++++----- 2 files changed, 58 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2f65f30..2854f82 100644 --- a/README.md +++ b/README.md @@ -680,11 +680,36 @@ pnpm lint ## 🙏 致谢 -- **[Google Gemini AI](https://ai.google.dev/)**: 提供强大的 AI 分析能力 -- **[Supabase](https://supabase.com/)**: 提供便捷的后端即服务支持 -- **[Radix UI](https://www.radix-ui.com/)**: 提供无障碍的 UI 组件 +### 核心技术支持 +- **[React](https://reactjs.org/)** & **[Vite](https://vitejs.dev/)**: 提供现代化的前端开发体验 +- **[TypeScript](https://www.typescriptlang.org/)**: 提供类型安全保障 - **[Tailwind CSS](https://tailwindcss.com/)**: 提供现代化的 CSS 框架 +- **[Radix UI](https://www.radix-ui.com/)**: 提供无障碍的 UI 组件库 + +### AI 平台支持 +- **[Google Gemini AI](https://ai.google.dev/)**: 提供强大的 AI 分析能力 +- **[OpenAI](https://openai.com/)**: GPT系列模型支持 +- **[Anthropic Claude](https://www.anthropic.com/)**: Claude模型支持 +- **[DeepSeek](https://www.deepseek.com/)**: 国产AI大模型支持 +- **[阿里云通义千问](https://tongyi.aliyun.com/)**: 企业级AI服务 +- **[智谱AI](https://www.zhipuai.cn/)**: GLM系列模型 +- **[Moonshot AI](https://www.moonshot.cn/)**: Kimi模型支持 +- **[Ollama](https://ollama.com/)**: 本地模型部署方案 + +### 数据存储 +- **[Supabase](https://supabase.com/)**: 提供便捷的后端即服务支持 +- **[IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API)**: 浏览器本地存储方案 + +### 功能组件 - **[Recharts](https://recharts.org/)**: 提供专业的图表组件 +- **[Lucide Icons](https://lucide.dev/)**: 提供精美的图标库 +- **[Sonner](https://sonner.emilkowal.ski/)**: 提供优雅的通知组件 +- **[fflate](https://github.com/101arrowz/fflate)**: ZIP文件处理 + +### 特别感谢 +- 感谢所有为本项目提交 Issue 和 Pull Request 的贡献者 +- 感谢所有 Star 本项目的开发者 +- 感谢开源社区的无私分享精神 - 以及所有本项目所使用的开源软件的作者们! ## 📞 联系我们 diff --git a/README_EN.md b/README_EN.md index 8fa5c08..4fffac6 100644 --- a/README_EN.md +++ b/README_EN.md @@ -681,11 +681,36 @@ We warmly welcome all forms of contributions! Whether it's submitting issues, cr ## 🙏 Acknowledgments -- **[Google Gemini AI](https://ai.google.dev/)**: Providing powerful AI analysis capabilities -- **[Supabase](https://supabase.com/)**: Providing convenient backend-as-a-service support -- **[Radix UI](https://www.radix-ui.com/)**: Providing accessible UI components -- **[Tailwind CSS](https://tailwindcss.com/)**: Providing modern CSS framework -- **[Recharts](https://recharts.org/)**: Providing professional chart components +### Core Technology +- **[React](https://reactjs.org/)** & **[Vite](https://vitejs.dev/)**: Modern frontend development experience +- **[TypeScript](https://www.typescriptlang.org/)**: Type safety guarantee +- **[Tailwind CSS](https://tailwindcss.com/)**: Modern CSS framework +- **[Radix UI](https://www.radix-ui.com/)**: Accessible UI component library + +### AI Platform Support +- **[Google Gemini AI](https://ai.google.dev/)**: Powerful AI analysis capabilities +- **[OpenAI](https://openai.com/)**: GPT series models support +- **[Anthropic Claude](https://www.anthropic.com/)**: Claude models support +- **[DeepSeek](https://www.deepseek.com/)**: Domestic AI model support +- **[Alibaba Qwen](https://tongyi.aliyun.com/)**: Enterprise AI service +- **[Zhipu AI](https://www.zhipuai.cn/)**: GLM series models +- **[Moonshot AI](https://www.moonshot.cn/)**: Kimi model support +- **[Ollama](https://ollama.com/)**: Local model deployment solution + +### Data Storage +- **[Supabase](https://supabase.com/)**: Convenient backend-as-a-service support +- **[IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API)**: Browser local storage solution + +### Functional Components +- **[Recharts](https://recharts.org/)**: Professional chart components +- **[Lucide Icons](https://lucide.dev/)**: Beautiful icon library +- **[Sonner](https://sonner.emilkowal.ski/)**: Elegant notification component +- **[fflate](https://github.com/101arrowz/fflate)**: ZIP file processing + +### Special Thanks +- Thanks to all contributors who submitted Issues and Pull Requests +- Thanks to all developers who starred this project +- Thanks to the open source community for their selfless sharing - And all the authors of open source software used in this project! ## 📞 Contact Us