mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
Fix: Remove antd from dataset-page (#8830)
### What problem does this PR solve? remove antd from dataset-page [#3221](https://github.com/infiniflow/ragflow/issues/3221) ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -1303,6 +1303,10 @@ This delimiter is used to split the input text into several text pieces echo of
|
||||
},
|
||||
},
|
||||
},
|
||||
modal: {
|
||||
okText: 'Confirm',
|
||||
cancelText: 'Cancel',
|
||||
},
|
||||
mcp: {
|
||||
export: 'Export',
|
||||
import: 'Import',
|
||||
|
||||
@ -1185,4 +1185,8 @@ export default {
|
||||
chat: '聊天',
|
||||
},
|
||||
},
|
||||
modal: {
|
||||
okText: '確認',
|
||||
cancelText: '取消',
|
||||
},
|
||||
};
|
||||
|
||||
@ -1264,4 +1264,8 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
},
|
||||
},
|
||||
},
|
||||
modal: {
|
||||
okText: '确认',
|
||||
cancelText: '取消',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user