feat: 文件管理呈目录形式展示 (#60)

This commit is contained in:
luoqiz
2025-04-16 13:41:50 +08:00
committed by GitHub
parent 471f30e1e7
commit 70e2de3250
7 changed files with 78 additions and 9 deletions

View File

@@ -46,3 +46,5 @@ export const OfficeTypes = ['ppt', 'pptx', 'doc', 'docx', 'xls', 'xlsx', 'pdf']
export const WordTypes = ['doc', 'docx']
export const ExcelTypes = ['xls', 'xlsx']
export const DirTypes = ['dir']