feat: 文件夹树形列表实现
This commit is contained in:
@@ -21,4 +21,11 @@ export namespace File {
|
||||
search?: string;
|
||||
expand: boolean;
|
||||
}
|
||||
|
||||
export interface FileTree {
|
||||
name: string;
|
||||
isDir: Boolean;
|
||||
path: string;
|
||||
children?: FileTree[];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user