feat: 文件夹树默认展开根目录

This commit is contained in:
zhengkunwang223
2022-08-24 17:58:58 +08:00
parent 8faff6d386
commit e0757f4d65
4 changed files with 53 additions and 30 deletions

View File

@@ -23,6 +23,7 @@ export namespace File {
}
export interface FileTree {
id: string;
name: string;
isDir: Boolean;
path: string;