add DirectoryTreeInput

This commit is contained in:
jxxghp
2024-05-31 15:06:58 +08:00
parent 9dab691649
commit 9335f79c30
5 changed files with 79 additions and 24 deletions

View File

@@ -736,7 +736,7 @@ export interface EndPoints {
// 文件浏览项目
export interface FileItem {
// 类型
// 类型 dir/file
type: string
// 文件名
name: string