From e405fce1ffa85c08db3ee931bb0f61597dfe321a Mon Sep 17 00:00:00 2001 From: ZLY Date: Wed, 24 Dec 2025 16:32:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(flowEditor):=20=E9=9A=90=E8=97=8F=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E7=BC=96=E8=BE=91=E5=99=A8=E6=B0=B4=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/flowEditor/FlowEditorMain.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/flowEditor/FlowEditorMain.tsx b/src/pages/flowEditor/FlowEditorMain.tsx index 36b8537..b7ff482 100644 --- a/src/pages/flowEditor/FlowEditorMain.tsx +++ b/src/pages/flowEditor/FlowEditorMain.tsx @@ -385,6 +385,7 @@ const FlowEditorMain: React.FC = (props) => { edgeTypes={edgeTypes} snapToGrid={true} snapGrid={[2, 2]} + proOptions={{ hideAttribution: true }} // 隐藏水印 nodesConnectable={!currentAppIsRunning} // 运行时禁用节点连接 nodesDraggable={!currentAppIsRunning} // 运行时禁用节点拖拽 elementsSelectable={!currentAppIsRunning} // 运行时禁用元素选择