Fix: Add folder upload #9743 (#13448)

### What problem does this PR solve?

Fix: Add folder upload  #9743

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2026-03-06 20:17:29 +08:00
committed by GitHub
parent 82a616589b
commit ae4645e01b
4 changed files with 155 additions and 67 deletions

View File

@@ -1446,6 +1446,8 @@ Example: Virtual Hosted Style`,
hint: 'hint',
},
fileManager: {
uploadFolderTitle: 'Upload folder',
folder: 'Folder',
files: 'Files',
name: 'Name',
uploadDate: 'Upload date',

View File

@@ -1200,6 +1200,8 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
hint: '提示',
},
fileManager: {
uploadFolderTitle: '上传文件夹',
folder: '文件夹',
files: '文件',
name: '名称',
uploadDate: '上传日期',