From c4b8e74f742a6c2413984c698010dcbe75244dc0 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud <79562285+wangdan-fit2cloud@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:53:06 +0800 Subject: [PATCH] perf: Cancel automatic closure of debugging dialog --- ui/src/locales/lang/zh-CN/ai-chat.ts | 2 +- ui/src/locales/lang/zh-Hant/ai-chat.ts | 2 +- ui/src/views/application-workflow/index.vue | 47 +++++++++++++-------- 3 files changed, 32 insertions(+), 19 deletions(-) diff --git a/ui/src/locales/lang/zh-CN/ai-chat.ts b/ui/src/locales/lang/zh-CN/ai-chat.ts index 322dd3d4d..66994f40b 100644 --- a/ui/src/locales/lang/zh-CN/ai-chat.ts +++ b/ui/src/locales/lang/zh-CN/ai-chat.ts @@ -5,7 +5,7 @@ export default { only20history: '仅显示最近 20 条对话', question_count: '条提问', exportRecords: '导出聊天记录', - chatId: '对话id', + chatId: '对话 ID', userInput: '用户输入', quote: '引用', download: '点击下载文件', diff --git a/ui/src/locales/lang/zh-Hant/ai-chat.ts b/ui/src/locales/lang/zh-Hant/ai-chat.ts index f08a81375..99d136c07 100644 --- a/ui/src/locales/lang/zh-Hant/ai-chat.ts +++ b/ui/src/locales/lang/zh-Hant/ai-chat.ts @@ -5,7 +5,7 @@ export default { only20history: '僅顯示最近 20 條對話', question_count: '條提問', exportRecords: '導出聊天記錄', - chatId: '對話ID', + chatId: '對話 ID', userInput: '用戶輸入', quote: '引用', download: '點擊下載文件', diff --git a/ui/src/views/application-workflow/index.vue b/ui/src/views/application-workflow/index.vue index eb662b4ef..f359b028b 100644 --- a/ui/src/views/application-workflow/index.vue +++ b/ui/src/views/application-workflow/index.vue @@ -27,7 +27,9 @@