From f79efb86cdcf6a02d60552458523853e189d3a8d Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 16 Nov 2025 16:59:23 +0800 Subject: [PATCH] refactor(mcp): improve form label layout and simplify text - Simplify config label from "Full JSON configuration or use" to "Full JSON Configuration" - Align wizard button to the right using justify-between layout - Apply same pattern to TOML configuration label - Improve visual balance with cleaner left-right alignment --- src/components/mcp/McpFormModal.tsx | 6 +++--- src/i18n/locales/en.json | 4 ++-- src/i18n/locales/zh.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/mcp/McpFormModal.tsx b/src/components/mcp/McpFormModal.tsx index 5da9460..ba46279 100644 --- a/src/components/mcp/McpFormModal.tsx +++ b/src/components/mcp/McpFormModal.tsx @@ -651,11 +651,11 @@ const McpFormModal: React.FC = ({ {/* 配置输入框(根据格式显示 JSON 或 TOML) */}
-
+
{(isEditing || selectedPreset === -1) && (