Fix: Fixed share-log UI issues and log-template bugs (#9166)

### What problem does this PR solve?

Fix: Fixed share-log UI issues and log-template bugs #3221

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-08-01 18:32:38 +08:00
committed by GitHub
parent 8fd12b670e
commit 01bf799a59
13 changed files with 331 additions and 89 deletions

View File

@ -1261,6 +1261,28 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
import: '导入',
export: '导出',
subject: '主题',
logTimeline: {
begin: '准备开始',
agent: '智能体正在思考',
retrieval: '查找知识',
message: '回复',
awaitResponse: '等你输入',
switch: '选择最佳路线',
iteration: '批量处理',
categorize: '信息归类',
code: '运行小段代码',
textProcessing: '整理文字',
tavilySearch: '正在网上搜索',
tavilyExtract: '读取网页内容',
exeSQL: '查询数据库',
google: '正在网上搜索',
wikipedia: '搜索维基百科',
googleScholar: '学术检索',
gitHub: '搜索',
email: '发送邮件',
httpRequest: '请求接口',
wenCai: '查询财务数据',
},
},
footer: {
profile: 'All rights reserved @ React',