mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-27 02:22:26 +08:00
📝 更新 README 文件,新增 v2.2.0 版本相關資訊
This commit is contained in:
parent
ed978c021b
commit
13b5adaaad
@ -170,13 +170,18 @@ uvx --with-editable . mcp-feedback-enhanced test --web # Test Web UI (auto co
|
||||
|
||||
## 🆕 Version Highlights
|
||||
|
||||
### v2.2.0 (Layout & Settings UI Enhancements)
|
||||
- ✨ **Enhanced Interface Layout**: Added a left-right layout (horizontal split) option for summary and feedback in the combined mode for both GUI and Web UI, offering more flexible viewing (fulfills [Issue #1](https://github.com/Minidoracat/mcp-feedback-enhanced/issues/1)).
|
||||
- 🎨 **Improved Settings Interface**: Optimized the settings page for both GUI and Web UI, enhancing layout clarity and user experience.
|
||||
- ⌨️ **GUI Shortcut Enhancement**: The submit feedback shortcut (Ctrl+Enter / Cmd+Enter) now fully supports the Enter key on the numeric keypad (numpad).
|
||||
- 🐞 **Web UI Bug Fix**: Resolved an issue where pasting images using Ctrl+V in the text input area could lead to duplicate image pasting.
|
||||
|
||||
### v2.1.1 (Window Positioning Optimization)
|
||||
- 🖥️ **Smart Window Positioning**: Added "Always show window at primary screen center" setting option
|
||||
- 🌐 **Multi-Monitor Support**: Perfect solution for complex multi-monitor setups like T-shaped screen arrangements
|
||||
- 💾 **Position Memory**: Auto-save and restore window position with intelligent visibility detection
|
||||
- ⚙️ **User Choice**: Provides smart positioning (default) and forced center display modes
|
||||
|
||||
|
||||
### v2.1.0 (Latest Refactored Version)
|
||||
- 🎨 **Complete Refactoring**: GUI and Web UI adopt modular architecture
|
||||
- 📁 **Centralized Management**: Reorganized folder structure, improved maintainability
|
||||
|
@ -170,6 +170,12 @@ uvx --with-editable . mcp-feedback-enhanced test --web # 测试 Web UI (自
|
||||
|
||||
## 🆕 版本亮点
|
||||
|
||||
### v2.2.0 (布局与设置界面优化)
|
||||
- ✨ **界面布局增强**:GUI 与 Web UI 的合并模式新增摘要与反馈的左右布局(水平分割)选项,提供更灵活的查看方式 (实现 [Issue #1](https://github.com/Minidoracat/mcp-feedback-enhanced/issues/1))。
|
||||
- 🎨 **设置界面改进**:优化了 GUI 与 Web UI 的设置页面,提升布局清晰度与用户操作体验。
|
||||
- ⌨️ **快捷键完善 (GUI)**:提交反馈快捷键 (Ctrl+Enter / Cmd+Enter) 现已完整支持数字键盘(九宫格)的 Enter 键。
|
||||
- 🐞 **问题修复 (Web UI)**:解决了在文本输入区使用 Ctrl+V 粘贴图片时,可能导致图片重复粘贴的问题。
|
||||
|
||||
### v2.1.1(窗口定位优化)
|
||||
- 🖥️ **智能窗口定位**:新增「总是在主屏幕中心显示窗口」设置选项
|
||||
- 🌐 **多屏幕支持**:完美解决 T 字型屏幕排列等复杂多屏幕环境的窗口定位问题
|
||||
|
@ -170,6 +170,12 @@ uvx --with-editable . mcp-feedback-enhanced test --web # 測試 Web UI (自
|
||||
|
||||
## 🆕 版本亮點
|
||||
|
||||
### v2.2.0 (佈局與設定界面優化)
|
||||
- ✨ **界面佈局增強**:GUI 與 Web UI 的合併模式新增摘要與回饋的左右佈局(水平分割)選項,提供更靈活的檢視方式 (實現 [Issue #1](https://github.com/Minidoracat/mcp-feedback-enhanced/issues/1))。
|
||||
- 🎨 **設定界面改進**:優化了 GUI 與 Web UI 的設定頁面,提升佈局清晰度與用戶操作體驗。
|
||||
- ⌨️ **快捷鍵完善 (GUI)**:提交回饋快捷鍵 (Ctrl+Enter / Cmd+Enter) 現已完整支援數字鍵盤(九宮格)的 Enter 鍵。
|
||||
- 🐞 **問題修復 (Web UI)**:解決了在文字輸入區使用 Ctrl+V 貼上圖片時,可能導致圖片重複貼上的問題。
|
||||
|
||||
### v2.1.1(視窗定位優化)
|
||||
- 🖥️ **智能視窗定位**:新增「總是在主螢幕中心顯示視窗」設定選項
|
||||
- 🌐 **多螢幕支援**:完美解決 T 字型螢幕排列等複雜多螢幕環境的視窗定位問題
|
||||
@ -219,8 +225,11 @@ A: 檢查檔案大小(≤1MB)和格式(PNG/JPG/GIF/BMP/WebP)。
|
||||
**Q: Web UI 無法啟動**
|
||||
A: 設置 `FORCE_WEB=true` 或檢查防火牆設定。
|
||||
|
||||
**Q: Gemini Pro 2.5 無法解析圖片**
|
||||
A: 已知問題,Gemini Pro 2.5 可能無法正確解析上傳的圖片內容。實測 Claude-4-Sonnet 可以正常解析圖片。建議使用 Claude 模型獲得更好的圖片理解能力。
|
||||
**Q: AI 模型無法解析圖片**
|
||||
A: 各種 AI 模型(包括 Gemini Pro 2.5、Claude 等)在圖片解析上可能存在不穩定性,表現為有時能正確識別、有時無法解析上傳的圖片內容。這是 AI 視覺理解技術的已知限制。建議:
|
||||
1. 確保圖片品質良好(高對比度、清晰文字)
|
||||
2. 多嘗試幾次上傳,通常重試可以成功
|
||||
3. 如持續無法解析,可嘗試調整圖片大小或格式
|
||||
|
||||
## 🙏 致謝
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user