From 75f64e8d9fc47726c781ef033c3f6e45a6b5b297 Mon Sep 17 00:00:00 2001 From: zhanghao <774378400@qq.com> Date: Tue, 14 Apr 2026 11:35:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20http=E3=80=81loop=E3=80=81sleep?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flow/components/ParamsDrawer.vue | 626 +++++++++++++++++++-- src/views/flow/config.js | 22 +- src/views/flow/nodes/function/httpNode.js | 14 +- src/views/flow/nodes/function/httpNode.vue | 505 +---------------- src/views/flow/nodes/function/loop.js | 38 +- src/views/flow/nodes/function/loop.vue | 238 +------- src/views/flow/nodes/function/sleep.vue | 356 +----------- 7 files changed, 665 insertions(+), 1134 deletions(-) diff --git a/src/views/flow/components/ParamsDrawer.vue b/src/views/flow/components/ParamsDrawer.vue index f482552..9fa8067 100644 --- a/src/views/flow/components/ParamsDrawer.vue +++ b/src/views/flow/components/ParamsDrawer.vue @@ -43,7 +43,7 @@ -
+