mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-13 20:26:51 +08:00
feat: rename agent log export button to export current page (#18090)
This commit is contained in:
@@ -2476,6 +2476,7 @@ Example: Virtual Hosted Style`,
|
||||
pleaseUploadAtLeastOneFile: 'Please upload at least one file',
|
||||
},
|
||||
flow: {
|
||||
exportCurrentPage: 'Export current page',
|
||||
preprocess: {
|
||||
preprocess: 'Preprocess',
|
||||
mainContent: 'Main content',
|
||||
|
||||
@@ -2116,6 +2116,7 @@ NER:使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系
|
||||
pleaseUploadAtLeastOneFile: '请上传至少一个文件',
|
||||
},
|
||||
flow: {
|
||||
exportCurrentPage: '导出当页',
|
||||
preprocess: {
|
||||
preprocess: '预处理',
|
||||
mainContent: '主内容',
|
||||
|
||||
@@ -273,7 +273,7 @@ const AgentLogPage: React.FC = () => {
|
||||
<div className="flex justify-end space-x-2 mb-4 text-foreground">
|
||||
<div className="flex items-center space-x-2">
|
||||
<Button onClick={onExportClick} loading={exportLoading}>
|
||||
{t('flow.export')}
|
||||
{t('flow.exportCurrentPage')}
|
||||
</Button>
|
||||
<span>{`${t('flow.id')}/${t('flow.logTitle')}`}</span>
|
||||
<SearchInput
|
||||
|
||||
Reference in New Issue
Block a user