Merge pull request #393 from SuanmoSuanyangTechnology/fix/release_web_zy
fix(web): update en
This commit is contained in:
@@ -1289,6 +1289,7 @@ export const en = {
|
|||||||
priority: 'Structured Integration',
|
priority: 'Structured Integration',
|
||||||
addTool: 'Add Tool',
|
addTool: 'Add Tool',
|
||||||
tool: 'Tool',
|
tool: 'Tool',
|
||||||
|
variableConfig: 'Variable Configuration',
|
||||||
|
|
||||||
statistics: 'Data Statistics',
|
statistics: 'Data Statistics',
|
||||||
daily_conversations: 'Daily Conversations',
|
daily_conversations: 'Daily Conversations',
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* @Author: ZhaoYing
|
* @Author: ZhaoYing
|
||||||
* @Date: 2026-02-03 16:29:21
|
* @Date: 2026-02-03 16:29:21
|
||||||
* @Last Modified by: ZhaoYing
|
* @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 { type FC, type ReactNode, useEffect, useRef, useState, forwardRef, useImperativeHandle } from 'react';
|
||||||
import clsx from 'clsx'
|
import clsx from 'clsx'
|
||||||
@@ -480,9 +480,11 @@ const Agent = forwardRef<AgentRef>((_props, ref) => {
|
|||||||
{t('application.debuggingAndPreview')}
|
{t('application.debuggingAndPreview')}
|
||||||
|
|
||||||
<Space size={10}>
|
<Space size={10}>
|
||||||
<Button type="primary" ghost onClick={handleOpenVariableConfig}>
|
{chatVariables.length > 0 &&
|
||||||
{t('application.variableConfig')}
|
<Button type="primary" ghost onClick={handleOpenVariableConfig}>
|
||||||
</Button>
|
{t('application.variableConfig')}
|
||||||
|
</Button>
|
||||||
|
}
|
||||||
<Button type="primary" ghost onClick={handleAddModel}>
|
<Button type="primary" ghost onClick={handleAddModel}>
|
||||||
+ {t('application.addModel')}
|
+ {t('application.addModel')}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user