From 6f14abcd56b22e0840797ada5fe83c6399e398b8 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 11 Jun 2024 16:31:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B7=A5=E4=BD=9C=E7=BC=96=E6=8E=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/application-workflow/index.vue | 4 +- ui/src/workflow/common/data.ts | 14 ++++++ ui/src/workflow/index.vue | 6 ++- ui/src/workflow/nodes/ai-chat-node/index.vue | 18 ++++--- .../workflow/nodes/condition-node/index.vue | 47 ++++++++++++++----- ui/src/workflow/nodes/question-node/index.vue | 18 ++++--- .../nodes/search-dataset-node/index.vue | 4 +- 7 files changed, 73 insertions(+), 38 deletions(-) diff --git a/ui/src/views/application-workflow/index.vue b/ui/src/views/application-workflow/index.vue index 8233a0964..628f86e01 100644 --- a/ui/src/views/application-workflow/index.vue +++ b/ui/src/views/application-workflow/index.vue @@ -38,8 +38,8 @@