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.
This commit is contained in:
parent
c7ce5bae30
commit
865debdc1a
31
README.md
31
README.md
|
|
@ -680,11 +680,36 @@ pnpm lint
|
||||||
|
|
||||||
## 🙏 致谢
|
## 🙏 致谢
|
||||||
|
|
||||||
- **[Google Gemini AI](https://ai.google.dev/)**: 提供强大的 AI 分析能力
|
### 核心技术支持
|
||||||
- **[Supabase](https://supabase.com/)**: 提供便捷的后端即服务支持
|
- **[React](https://reactjs.org/)** & **[Vite](https://vitejs.dev/)**: 提供现代化的前端开发体验
|
||||||
- **[Radix UI](https://www.radix-ui.com/)**: 提供无障碍的 UI 组件
|
- **[TypeScript](https://www.typescriptlang.org/)**: 提供类型安全保障
|
||||||
- **[Tailwind CSS](https://tailwindcss.com/)**: 提供现代化的 CSS 框架
|
- **[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/)**: 提供专业的图表组件
|
- **[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 本项目的开发者
|
||||||
|
- 感谢开源社区的无私分享精神
|
||||||
- 以及所有本项目所使用的开源软件的作者们!
|
- 以及所有本项目所使用的开源软件的作者们!
|
||||||
|
|
||||||
## 📞 联系我们
|
## 📞 联系我们
|
||||||
|
|
|
||||||
35
README_EN.md
35
README_EN.md
|
|
@ -681,11 +681,36 @@ We warmly welcome all forms of contributions! Whether it's submitting issues, cr
|
||||||
|
|
||||||
## 🙏 Acknowledgments
|
## 🙏 Acknowledgments
|
||||||
|
|
||||||
- **[Google Gemini AI](https://ai.google.dev/)**: Providing powerful AI analysis capabilities
|
### Core Technology
|
||||||
- **[Supabase](https://supabase.com/)**: Providing convenient backend-as-a-service support
|
- **[React](https://reactjs.org/)** & **[Vite](https://vitejs.dev/)**: Modern frontend development experience
|
||||||
- **[Radix UI](https://www.radix-ui.com/)**: Providing accessible UI components
|
- **[TypeScript](https://www.typescriptlang.org/)**: Type safety guarantee
|
||||||
- **[Tailwind CSS](https://tailwindcss.com/)**: Providing modern CSS framework
|
- **[Tailwind CSS](https://tailwindcss.com/)**: Modern CSS framework
|
||||||
- **[Recharts](https://recharts.org/)**: Providing professional chart components
|
- **[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!
|
- And all the authors of open source software used in this project!
|
||||||
|
|
||||||
## 📞 Contact Us
|
## 📞 Contact Us
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue