diff --git a/README.md b/README.md
index 5ca86429..9b6dfa4c 100644
--- a/README.md
+++ b/README.md
@@ -21,25 +21,47 @@ Cherry Studio is a desktop client that supports for multiple LLM providers, avai


-# 🌟 Features
+# 🌟 Key Features
-
-

-
+1. **Diverse LLM Provider Support**:
-1. Support for Multiple LLM Providers.
-2. Allows creation of multiple Assistants.
-3. Enables creation of multiple topics.
-4. Allows using multiple models to answer questions in the same conversation.
-5. Supports drag-and-drop sorting.
-6. Code highlighting.
-7. Mermaid chart
+ - ☁️ Major LLM Cloud Services: OpenAI, Gemini, Anthropic, and more
+ - 🔗 AI Web Service Integration: Claude, Peplexity, Poe, and others
+ - 💻 Local Model Support with Ollama
+
+2. **AI Assistants & Conversations**:
+
+ - 📚 300+ Pre-configured AI Assistants
+ - 🤖 Custom Assistant Creation
+ - 💬 Multi-model Simultaneous Conversations
+
+3. **Document & Data Processing**:
+
+ - 📄 Support for Text, Images, Office, PDF, and more
+ - ☁️ WebDAV File Management and Backup
+ - 📊 Mermaid Chart Visualization
+ - 💻 Code Syntax Highlighting
+
+4. **Practical Tools Integration**:
+
+ - 🔍 Global Search Functionality
+ - 📝 Topic Management System
+ - 🔤 AI-powered Translation
+ - 🎯 Drag-and-drop Sorting
+ - 🔌 Mini Program Support
+
+5. **Enhanced User Experience**:
+ - 🖥️ Cross-platform Support for Windows, Mac, and Linux
+ - 📦 Ready to Use, No Environment Setup Required
+ - 🎨 Light/Dark Themes and Transparent Window
+ - 📝 Complete Markdown Rendering
+ - 🤲 Easy Content Sharing
# 🖥️ Develop
## IDE Setup
-[VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
+[Cursor](https://www.cursor.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
@@ -68,24 +90,52 @@ $ yarn build:mac
$ yarn build:linux
```
-# ⭐️ Star History
+# 🤝 Contributing
-[](https://star-history.com/#kangfenmao/cherry-studio&Timeline)
+We welcome contributions to Cherry Studio! Here are some ways you can contribute:
+
+1. **Contribute Code**: Develop new features or optimize existing code.
+2. **Fix Bugs**: Submit fixes for any bugs you find.
+3. **Maintain Issues**: Help manage GitHub issues.
+4. **Product Design**: Participate in design discussions.
+5. **Write Documentation**: Improve user manuals and guides.
+6. **Community Engagement**: Join discussions and help users.
+7. **Promote Usage**: Spread the word about Cherry Studio.
+
+## Getting Started
+
+1. **Fork the Repository**: Fork and clone it to your local machine.
+2. **Create a Branch**: For your changes.
+3. **Submit Changes**: Commit and push your changes.
+4. **Open a Pull Request**: Describe your changes and reasons.
+
+For more detailed guidelines, please refer to our [Contributing Guide](./CONTRIBUTING.md).
+
+Thank you for your support and contributions!
# 🚀 Contributors
+
-# Community
+# 🌐 Community
-[Telegram](https://t.me/CherryStudioAI)
+[Telegram](https://t.me/CherryStudioAI) | [Email](mailto:kangfenmao@gmail.com) | [Twitter](https://x.com/kangfenmao)
-# Sponsor
+# 📣 Product Hunt
+
+
+
+# ☕ Sponsor
[Buy Me a Coffee](docs/sponsor.md)
# 📃 License
[LICENSE](./LICENSE)
+
+# ⭐️ Star History
+
+[](https://star-history.com/#kangfenmao/cherry-studio&Timeline)
diff --git a/docs/README.ja.md b/docs/README.ja.md
index 53fbfb04..100c13c4 100644
--- a/docs/README.ja.md
+++ b/docs/README.ja.md
@@ -21,25 +21,47 @@ Cherry Studioは、複数のLLMプロバイダーをサポートするデスク


-# 🌟 特徴
+# 🌟 主な機能
-
-

-
+1. **多様な LLM サービス対応**:
-1. 複数のLLMプロバイダーをサポート。
-2. 複数のアシスタントを作成可能。
-3. 複数のトピックを作成可能。
-4. 同じ会話で複数のモデルを使用して質問に回答可能。
-5. ドラッグアンドドロップでの並べ替えをサポート。
-6. コードハイライト。
-7. Mermaidチャート
+ - ☁️ 主要な LLM クラウドサービス対応:OpenAI、Gemini、Anthropic など
+ - 🔗 AI Web サービス統合:Claude、Peplexity、Poe など
+ - 💻 Ollama によるローカルモデル実行対応
+
+2. **AI アシスタントと対話**:
+
+ - 📚 300+ の事前設定済み AI アシスタント
+ - 🤖 カスタム AI アシスタントの作成
+ - 💬 複数モデルでの同時対話機能
+
+3. **文書とデータ処理**:
+
+ - 📄 テキスト、画像、Office、PDF など多様な形式対応
+ - ☁️ WebDAV によるファイル管理とバックアップ
+ - 📊 Mermaid による図表作成
+ - 💻 コードハイライト機能
+
+4. **実用的なツール統合**:
+
+ - 🔍 グローバル検索機能
+ - 📝 トピック管理システム
+ - 🔤 AI による翻訳機能
+ - 🎯 ドラッグ&ドロップによる整理
+ - 🔌 ミニプログラム対応
+
+5. **優れたユーザー体験**:
+ - 🖥️ Windows、Mac、Linux のクロスプラットフォーム対応
+ - 📦 環境構築不要ですぐに使用可能
+ - 🎨 ライト/ダークテーマと透明ウィンドウ対応
+ - 📝 完全な Markdown レンダリング
+ - 🤲 簡単な共有機能
# 🖥️ 開発
## IDEの設定
-[VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
+[Cursor](https://www.cursor.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## プロジェクトの設定
@@ -68,9 +90,28 @@ $ yarn build:mac
$ yarn build:linux
```
-# ⭐️ スター履歴
+# 🤝 貢献
-[](https://star-history.com/#kangfenmao/cherry-studio&Timeline)
+Cherry Studioへの貢献を歓迎します!以下の方法で貢献できます:
+
+1. **コードの貢献**:新機能を開発するか、既存のコードを最適化します。
+2. **バグの修正**:見つけたバグを修正します。
+3. **問題の管理**:GitHubの問題を管理するのを手伝います。
+4. **製品デザイン**:デザインの議論に参加します。
+5. **ドキュメントの作成**:ユーザーマニュアルやガイドを改善します。
+6. **コミュニティの参加**:ディスカッションに参加し、ユーザーを支援します。
+7. **使用の促進**:Cherry Studioを広めます。
+
+## 始め方
+
+1. **リポジトリをフォーク**:フォークしてローカルマシンにクローンします。
+2. **ブランチを作成**:変更のためのブランチを作成します。
+3. **変更を提出**:変更をコミットしてプッシュします。
+4. **プルリクエストを開く**:変更内容と理由を説明します。
+
+詳細なガイドラインについては、[貢献ガイド](./CONTRIBUTING.md)をご覧ください。
+
+ご支援と貢献に感謝します!
# 🚀 コントリビューター
@@ -80,7 +121,11 @@ $ yarn build:linux
# コミュニティ
-[Telegram](https://t.me/CherryStudioAI)
+[Telegram](https://t.me/CherryStudioAI) | [Email](mailto:kangfenmao@gmail.com) | [Twitter](https://x.com/kangfenmao)
+
+# 📣 プロダクトハント
+
+
# スポンサー
@@ -89,3 +134,7 @@ $ yarn build:linux
# 📃 ライセンス
[LICENSE](./LICENSE)
+
+# ⭐️ スター履歴
+
+[](https://star-history.com/#kangfenmao/cherry-studio&Timeline)
diff --git a/docs/README.zh.md b/docs/README.zh.md
index 9226a697..d3ad027c 100644
--- a/docs/README.zh.md
+++ b/docs/README.zh.md
@@ -11,100 +11,131 @@

-Cherry Studio 是一款跨平台桌面客户端,支持多个大语言模型(LLM)服务商,兼容 Windows、Mac 和 Linux 系统,并拥丰富的个性化选项与领先的功能设计。
+Cherry Studio 是一款支持多个大语言模型(LLM)服务商的桌面客户端,兼容 Windows、Mac 和 Linux 系统。
👏 欢迎加入 [Telegram 群组](https://t.me/CherryStudioAI)
# 🌠 界面
-
-
-
-
-
-
+
+
+
-# 🌟 特性
+# 🌟 主要特性
-
-

-
+1. **多样化 LLM 服务支持**:
-## 😌 轻松上手
+ - ☁️ 支持主流 LLM 云服务:OpenAI、Gemini、Anthropic、硅基流动等
+ - 🔗 集成流行 AI Web 服务:Claude、Peplexity、Poe、腾讯元宝、知乎直答等
+ - 💻 支持 Ollama 本地模型部署
-🍏Windows,Mac,Linux跨平台支持
+2. **智能助手与对话**:
-📦开箱即用,无需 Python 与 Docker
+ - 📚 内置 300+ 预配置 AI 助手
+ - 🤖 支持自定义创建专属助手
+ - 💬 多模型同时对话,获得多样化观点
-🤝简洁、友好的界面与交互设计
+3. **文档与数据处理**:
-## 🛠️多样化的 LLM 服务模式支持
+ - 📄 支持文本、图片、Office、PDF 等多种格式
+ - ☁️ WebDAV 文件管理与数据备份
+ - 📊 Mermaid 图表可视化
+ - 💻 代码高亮显示
-☁️ 全面覆盖 LLM 云服务,支持自定义 api key 与模型管理:OpenAI,Gemini,Anthropic,硅基流动...
+4. **实用工具集成**:
-🔗汇聚流行的 AI Web 服务,并计划通过功能增强提升体验:Claude,Peplexity,Poe,腾讯元宝,知乎直答...
+ - 🔍 全局搜索功能
+ - 📝 话题管理系统
+ - 🔤 AI 驱动的翻译功能
+ - 🎯 拖拽排序
+ - 🔌 小程序支持
-💻支持 Ollama 运行本地模型
+5. **优质使用体验**:
+ - 🖥️ Windows、Mac、Linux 跨平台支持
+ - 📦 开箱即用,无需配置环境
+ - 🎨 支持明暗主题与透明窗口
+ - 📝 完整的 Markdown 渲染
+ - 🤲 便捷的内容分享功能
-## 📲个性化的功能体验
+# 🖥️ 开发
-📄完整的 Markdown 与 Mermaid 渲染支持
+## IDE 设置
-🤖使用与创建智能体提升工作效率
-
-🔤持续迭代的翻译功能
-
-🤲生成结果支持 Markdown 与图片分享
-
-📎文件与图片上传,RAG 与多模态对话
-
-🎨透明窗口与明暗主题支持
-
-# 🖥️ 开发指南
-
-## 开发环境
-
-[VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
+[Cursor](https://www.cursor.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## 项目设置
-### 安装依赖
+### 安装
```bash
$ yarn
```
-### 启动开发环境
+### 开发
```bash
$ yarn dev
```
-### 构建版本
+### 构建
```bash
-# For windows
+# Windows
$ yarn build:win
-# For macOS
+# macOS
$ yarn build:mac
-# For Linux
+# Linux
$ yarn build:linux
```
-# ⭐️ Star 记录
+# 🤝 贡献
-[](https://star-history.com/#kangfenmao/cherry-studio&Timeline)
+我们欢迎对 Cherry Studio 的贡献!您可以通过以下方式贡献:
-# 社区
+1. **贡献代码**:开发新功能或优化现有代码。
+2. **修复错误**:提交您发现的错误修复。
+3. **维护问题**:帮助管理 GitHub 问题。
+4. **产品设计**:参与设计讨论。
+5. **撰写文档**:改进用户手册和指南。
+6. **社区参与**:加入讨论并帮助用户。
+7. **推广使用**:宣传 Cherry Studio。
-[Telegram](https://t.me/CherryStudioAI)
+## 入门
-# 赞助
+1. **Fork 仓库**:Fork 并克隆到您的本地机器。
+2. **创建分支**:为您的更改创建分支。
+3. **提交更改**:提交并推送您的更改。
+4. **打开 Pull Request**:描述您的更改和原因。
+
+有关更详细的指南,请参阅我们的 [贡献指南](./CONTRIBUTING.md)。
+
+感谢您的支持和贡献!
+
+# 🚀 贡献者
+
+
+
+
+
+
+# 🌐 社区
+
+[Telegram](https://t.me/CherryStudioAI) | [Email](mailto:kangfenmao@gmail.com) | [Twitter](https://x.com/kangfenmao)
+
+# 📣 产品猎人
+
+
+
+# ☕ 赞助
[微信赞赏码](sponsor.md)
# 📃 许可证
[LICENSE](./LICENSE)
+
+# ⭐️ Star 记录
+
+[](https://star-history.com/#kangfenmao/cherry-studio&Timeline)