From 568e381e55c3ed886b6663474ee59f245ea6fa0f Mon Sep 17 00:00:00 2001 From: Minidoracat Date: Fri, 6 Jun 2025 18:49:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=BE=A9=20AI=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=91=98=E8=A6=81=E5=85=A7=E5=AE=B9=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/templates/feedback.html | 55 +++++++++++++++++-- 1 file changed, 51 insertions(+), 4 deletions(-) diff --git a/src/mcp_feedback_enhanced/web/templates/feedback.html b/src/mcp_feedback_enhanced/web/templates/feedback.html index f4787b5..7c0752f 100644 --- a/src/mcp_feedback_enhanced/web/templates/feedback.html +++ b/src/mcp_feedback_enhanced/web/templates/feedback.html @@ -144,6 +144,55 @@ flex: 1; } + /* 合併模式基礎樣式 */ + .combined-section { + background: var(--bg-tertiary); + border: 1px solid var(--border-color); + border-radius: 8px; + padding: 16px; + margin-bottom: 16px; + } + + .combined-section-title { + font-size: 16px; + font-weight: 600; + color: var(--text-primary); + margin: 0 0 12px 0; + padding-bottom: 8px; + border-bottom: 1px solid var(--border-color); + } + + .combined-summary { + background: var(--bg-secondary); + border: 1px solid var(--border-color); + border-radius: 6px; + padding: 0; + overflow: hidden; + } + + #combinedSummaryContent { + padding: 12px !important; + line-height: 1.6 !important; + font-family: inherit !important; + color: var(--text-primary) !important; + background: transparent !important; + border: none !important; + resize: none !important; + white-space: pre-wrap !important; + word-wrap: break-word !important; + overflow-wrap: break-word !important; + } + + #summaryContent { + padding: 12px !important; + line-height: 1.6 !important; + font-family: inherit !important; + color: var(--text-primary) !important; + white-space: pre-wrap !important; + word-wrap: break-word !important; + overflow-wrap: break-word !important; + } + /* 圖片設定樣式 */ .image-settings-details { border: 1px solid var(--border-color); @@ -409,7 +458,7 @@
-
+
{{ summary }}
@@ -460,9 +509,7 @@

📋 AI 工作摘要

-
- {{ summary }} -
+
{{ summary }}