feat(flowEditor): 隐藏流程编辑器水印

master
钟良源 1 month ago
parent 8c458ca1ec
commit e405fce1ff

@ -385,6 +385,7 @@ const FlowEditorMain: React.FC<FlowEditorMainProps> = (props) => {
edgeTypes={edgeTypes}
snapToGrid={true}
snapGrid={[2, 2]}
proOptions={{ hideAttribution: true }} // 隐藏水印
nodesConnectable={!currentAppIsRunning} // 运行时禁用节点连接
nodesDraggable={!currentAppIsRunning} // 运行时禁用节点拖拽
elementsSelectable={!currentAppIsRunning} // 运行时禁用元素选择

Loading…
Cancel
Save