feat: 扩展知识库文档上传限制至 100 MB

- 上传前校验单文件大小并给出本地化提示

- 同步支持格式与中英文说明
This commit is contained in:
2026-07-29 00:57:04 +08:00
parent 1ae8a22afe
commit fceedd02cd
3 changed files with 18 additions and 3 deletions

View File

@@ -27,7 +27,8 @@
"copyFail": "Copy fail",
"upload": {
"title": "Click or drag and drop files here to upload",
"description": "TXT, PDF, DOCX, MD, PPT, PPTX files are supported. Each upload allows one file only, with a maximum size of 20M per file."
"description": "TXT, PDF, DOCX, MD, PPTX, and XLSX files are supported, up to 100 MB each.",
"fileTooLarge": "Each file must not exceed 100 MB"
},
"uploadFileFirst": "Please upload the file first",
"deleteModelAlert": "This operation will delete the large model. Are you sure to delete it?",

View File

@@ -27,7 +27,8 @@
"copyFail": "复制失败",
"upload": {
"title": "点击或将文件拖拽到这里上传",
"description": "TXT, PDF, DOCX, MD, PPT, PPTX 格式文件,单个大小不超过20M。"
"description": "支持 TXTPDFDOCX、MD、PPTX、XLSX,单个文件不超过 100 MB。",
"fileTooLarge": "单个文件大小不能超过 100 MB"
},
"uploadFileFirst": "请先上传文件",
"deleteModelAlert": "该操作会删除大模型,确定删除吗?",