From 090183a2877f30b92979c1bd981be65597955063 Mon Sep 17 00:00:00 2001 From: zhanghao <774378400@qq.com> Date: Mon, 13 Apr 2026 15:17:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20code=E4=BB=A3=E7=A0=81=E8=8A=82?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flow/components/ParamsDrawer.vue | 901 +++++++++++++-------- src/views/flow/config.js | 5 +- src/views/flow/nodes/function/codeNode.js | 10 - src/views/flow/nodes/function/codeNode.vue | 626 +------------- 4 files changed, 566 insertions(+), 976 deletions(-) diff --git a/src/views/flow/components/ParamsDrawer.vue b/src/views/flow/components/ParamsDrawer.vue index b69047f..f482552 100644 --- a/src/views/flow/components/ParamsDrawer.vue +++ b/src/views/flow/components/ParamsDrawer.vue @@ -1,65 +1,25 @@