https://github.com/whitexie/ant-chat
基于ant-design-x 的 AI Web客户端
https://github.com/whitexie/ant-chat
ant-design-x gemini gemini-ai gemini-client react zustand
Last synced: about 1 year ago
JSON representation
基于ant-design-x 的 AI Web客户端
- Host: GitHub
- URL: https://github.com/whitexie/ant-chat
- Owner: whitexie
- License: mit
- Created: 2025-01-10T09:39:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-28T13:28:15.000Z (about 1 year ago)
- Last Synced: 2025-04-28T14:33:40.373Z (about 1 year ago)
- Topics: ant-design-x, gemini, gemini-ai, gemini-client, react, zustand
- Language: TypeScript
- Homepage: https://chat.ysansan.tech
- Size: 1.37 MB
- Stars: 25
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Ant Chat
基于`ant-design-x`的现代化 AI 聊天Web应用,支持多模型提供商和本地数据加密存储
[](https://codecov.io/gh/whitexie/ant-chat)
[](https://github.com/whitexie/ant-chat/actions/workflows/ci.yml)
## 功能特性 ✨
- 🚀 多AI提供商支持(OpenAI、Google Gemini、DeepSeek 等)
- 📝 Markdown 实时渲染与代码高亮
- 🎨 暗黑/亮色主题切换
- 🔄 对话历史管理(导入/导出)
- 📦 对话数据本地持久化存储(IndexedDB)
- 🖥️ 支持`HTML`代码块、 `mermaid`图表代码块预览
## 技术栈
- React19
- TypeScript
- Ant Design X
- Ant Design
- zustand
- Dexie
## 贡献指南 🤝
欢迎提交 Issue 和 PR!请遵循以下步骤:
1. Fork 项目仓库
2. 创建特性分支 (`git checkout -b feature/amazing-feature`)
3. 提交修改 (`git commit -m 'Add some amazing feature'`)
4. 推送到分支 (`git push origin feature/amazing-feature`)
5. 发起 Pull Request
## 许可证 📄
本项目采用 [MIT 许可证](https://opensource.org/licenses/MIT)