feat: 文件夹树默认展开根目录
This commit is contained in:
@@ -23,6 +23,7 @@ export namespace File {
|
||||
}
|
||||
|
||||
export interface FileTree {
|
||||
id: string;
|
||||
name: string;
|
||||
isDir: Boolean;
|
||||
path: string;
|
||||
|
Reference in New Issue
Block a user