From 35cbee478641af48387f98fe84ec31d325c63859 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Tue, 14 Jul 2026 13:02:38 +0800 Subject: [PATCH] Update GenericNode component styles for improved responsiveness and localization - Adjust border radius calculation in GenericNode for better visual consistency. - Update displayed text in GenericNode to enhance localization by removing the English label. --- frontend/src/components/workflow/GenericNode.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/workflow/GenericNode.tsx b/frontend/src/components/workflow/GenericNode.tsx index 69721b9..a3939df 100644 --- a/frontend/src/components/workflow/GenericNode.tsx +++ b/frontend/src/components/workflow/GenericNode.tsx @@ -68,7 +68,7 @@ export function GenericNode({ id, type, data, selected }: NodeProps) { <>
- LIVE · 对话中 + 对话中
)}