From 2c624a26badbd9d7fa0f5d6d2a201aaf937194e2 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 24 Sep 2025 17:24:32 +0800 Subject: [PATCH] fix: loop node issue --- .../ExecutionDetailCard.vue | 36 +++++++++++++++++++ .../lang/en-US/views/application-workflow.ts | 2 ++ .../locales/lang/en-US/views/application.ts | 2 +- .../lang/zh-CN/views/application-workflow.ts | 2 ++ .../locales/lang/zh-CN/views/application.ts | 2 +- .../zh-Hant/views/application-workflow.ts | 8 +++-- .../locales/lang/zh-Hant/views/application.ts | 2 +- .../views/application/ApplicationSetting.vue | 4 +-- ui/src/workflow/nodes/ai-chat-node/index.vue | 4 +-- .../workflow/nodes/image-understand/index.vue | 2 +- ui/src/workflow/nodes/question-node/index.vue | 2 +- 11 files changed, 55 insertions(+), 11 deletions(-) diff --git a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue index 124599c9c..058753d96 100644 --- a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue +++ b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue @@ -858,6 +858,42 @@ + + + +