From 94ae44865eaa26c8d18124daa5718147901ac591 Mon Sep 17 00:00:00 2001 From: ZLY Date: Fri, 9 Jan 2026 17:07:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=BC=80=E5=A7=8B=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E4=B8=8D=E6=8B=BC=E6=8E=A5=E9=9A=8F=E6=9C=BA=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/convertFlowData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/convertFlowData.ts b/src/utils/convertFlowData.ts index 2d6e809..f12ec60 100644 --- a/src/utils/convertFlowData.ts +++ b/src/utils/convertFlowData.ts @@ -30,7 +30,7 @@ export const convertFlowData = (flowData: any, useDefault = true) => { return { nodes: [ { - id: `start-${timestamp}`, + id: `start`, type: 'start', position: { x: 200, y: 200 }, data: {