mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
fix:Optimized the style of the dataset configuration page and added the l… (#8655)
### What problem does this PR solve? Optimized the style of the dataset configuration page and added the logic of cancelling submission [#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:
@ -207,6 +207,7 @@ export default {
|
||||
'Update your knowledge base configuration here, particularly the chunking method.',
|
||||
name: 'Knowledge base name',
|
||||
photo: 'Knowledge base photo',
|
||||
photoTip: 'You can upload a file with 4 MB',
|
||||
description: 'Description',
|
||||
language: 'Document language',
|
||||
languageMessage: 'Please input your language!',
|
||||
|
||||
@ -205,6 +205,7 @@ export default {
|
||||
titleDescription: '在這裡更新您的知識庫詳細信息,尤其是切片方法。',
|
||||
name: '知識庫名稱',
|
||||
photo: '知識庫圖片',
|
||||
photoTip: '你可以上傳4MB的文件',
|
||||
description: '描述',
|
||||
language: '文件語言',
|
||||
languageMessage: '請輸入語言',
|
||||
|
||||
@ -205,6 +205,7 @@ export default {
|
||||
titleDescription: '在这里更新您的知识库详细信息,尤其是切片方法。',
|
||||
name: '知识库名称',
|
||||
photo: '知识库图片',
|
||||
photoTip: '你可以上传4MB的文件',
|
||||
description: '描述',
|
||||
language: '文档语言',
|
||||
languageMessage: '请输入语言',
|
||||
|
||||
Reference in New Issue
Block a user