Merge pull request #138 from DF-wu/main

[Doc] Localized and Enhancement. (Issue #135)
This commit is contained in:
Minidoracat 2025-06-29 21:00:20 +08:00 committed by GitHub
commit 541ca1e5db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

View File

@ -12,7 +12,7 @@ This is an [MCP server](https://modelcontextprotocol.io/) that establishes **fee
**🌐 Dual Interface Architecture Advantages:**
- 🖥️ **Desktop Application**: Native cross-platform desktop experience, supporting Windows, macOS, Linux
- 🌐 **Web UI Interface**: No GUI dependencies required, suitable for remote and WSL environments
- 🌐 **Web UI**: No GUI dependencies required, suitable for remote and WSL environments
- 🔧 **Flexible Deployment**: Choose the most suitable interface mode based on environment requirements
- 📦 **Unified Functionality**: Both interfaces provide exactly the same functional experience

View File

@ -48,7 +48,7 @@
- **响应式设计**:适配不同屏幕尺寸,模块化 JavaScript 架构
- **音效通知**:内建多种音效、支持自定义音效上传、音量控制
- **系统通知**v2.6.0):重要事件(如自动提交、会话超时等)的系统级即时提醒
- **智能记忆**:输入框高度记忆、一键复制、设持久化
- **智能记忆**:输入框高度记忆、一键复制、设持久化
- **多语言支持**:简体中文、英文、繁体中文,即时切换
### 🖼️ 图片与媒体
@ -155,16 +155,16 @@ pip install uv
- 桌面模式:[examples/mcp-config-desktop.json](examples/mcp-config-desktop.json)
- Web 模式:[examples/mcp-config-web.json](examples/mcp-config-web.json)
### 3. 设提示工程
### 3. 设提示工程
为了获得最佳效果,请在 AI 助手中添加以下规则:
```
# MCP Interactive Feedback 规则
注意根据mcp-feedback-enhanced工具的要求在任务完成前进行工具调用
注意在任务完成前根据mcp-feedback-enhanced工具的要求进行工具调用
```
## ⚙️ 进阶设定
## ⚙️ 高级设置
### 环境变量
| 变量 | 用途 | 值 | 默认 |
@ -186,7 +186,7 @@ pip install uv
- `zh-CN`:简体中文
- `en`:英文
- 语言检测优先顺序:
1. 用户在界面中保存的语言设(最高优先级)
1. 用户在界面中保存的语言设(最高优先级)
2. `MCP_LANGUAGE` 环境变量
3. 系统环境变量LANG、LC_ALL 等)
4. 系统默认语言

View File

@ -53,7 +53,7 @@
### 🖼️ 圖片與媒體
- **全格式支援**PNG、JPG、JPEG、GIF、BMP、WebP
- **便捷上傳**:拖拽檔案、剪貼板Ctrl+V
- **便捷上傳**:拖拽檔案、剪貼板貼Ctrl+V
- **無限制處理**:支援任意大小圖片,自動智能處理
## 🌐 介面預覽
@ -85,7 +85,7 @@
**快捷鍵支援**
- `Ctrl+Enter`Windows/Linux/ `Cmd+Enter`macOS提交回饋主鍵盤與數字鍵盤皆支援
- `Ctrl+V`Windows/Linux/ `Cmd+V`macOS直接貼剪貼板圖片
- `Ctrl+V`Windows/Linux/ `Cmd+V`macOS直接貼剪貼板圖片
- `Ctrl+I`Windows/Linux/ `Cmd+I`macOS快速聚焦輸入框 (感謝 @penn201500)
## 🚀 快速開始
@ -161,13 +161,13 @@ pip install uv
```
# MCP Interactive Feedback 規則
註意根據mcp-feedback-enhanced 工具的要求在任務完成前進行工具調用
注意在任務完成前根據mcp-feedback-enhanced工具的要求進行工具調用
```
## ⚙️ 進階設定
### 環境變數
| 變數 | 用途 | 值 | 默認 |
| 變數 | 用途 | 值 | 預設 |
|------|------|-----|------|
| `MCP_DEBUG` | 調試模式 | `true`/`false` | `false` |
| `MCP_WEB_HOST` | Web UI 主機綁定 | IP 地址或主機名 | `127.0.0.1` |