From 41334f5f1e155c24267c9879f256e7faea6d1a66 Mon Sep 17 00:00:00 2001 From: zhaoying Date: Tue, 10 Feb 2026 18:47:11 +0800 Subject: [PATCH] fix(web): update en --- web/src/i18n/en.ts | 1 + web/src/views/ApplicationConfig/Agent.tsx | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/web/src/i18n/en.ts b/web/src/i18n/en.ts index 8d99872d..d44b0461 100644 --- a/web/src/i18n/en.ts +++ b/web/src/i18n/en.ts @@ -1286,6 +1286,7 @@ export const en = { priority: 'Structured Integration', addTool: 'Add Tool', tool: 'Tool', + variableConfig: 'Variable Configuration', statistics: 'Data Statistics', daily_conversations: 'Daily Conversations', diff --git a/web/src/views/ApplicationConfig/Agent.tsx b/web/src/views/ApplicationConfig/Agent.tsx index a0587798..4c3b73ba 100644 --- a/web/src/views/ApplicationConfig/Agent.tsx +++ b/web/src/views/ApplicationConfig/Agent.tsx @@ -2,7 +2,7 @@ * @Author: ZhaoYing * @Date: 2026-02-03 16:29:21 * @Last Modified by: ZhaoYing - * @Last Modified time: 2026-02-09 16:56:27 + * @Last Modified time: 2026-02-10 18:46:40 */ import { type FC, type ReactNode, useEffect, useRef, useState, forwardRef, useImperativeHandle } from 'react'; import clsx from 'clsx' @@ -480,9 +480,11 @@ const Agent = forwardRef((_props, ref) => { {t('application.debuggingAndPreview')} - + {chatVariables.length > 0 && + + }