From a9419c92f89b88376158946b1870fb147d2d7cb0 Mon Sep 17 00:00:00 2001 From: ZLY Date: Wed, 21 Jan 2026 15:34:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(store):=20=E6=B7=BB=E5=8A=A0=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E8=BF=90=E8=A1=8C=E6=97=B6=E6=9A=82=E5=81=9C=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/ideContainer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/ideContainer.ts b/src/store/ideContainer.ts index 614a0d9..c158be6 100644 --- a/src/store/ideContainer.ts +++ b/src/store/ideContainer.ts @@ -209,6 +209,7 @@ const ideContainerSlice = createSlice({ state.appRuntimeData[appKey] = { nodeStatusMap: {}, isRunning: false, + isPaused: false, logs: [], runId: '', eventSendNodeList: [],