feat: 增加创建文件夹功能
This commit is contained in:
@@ -29,4 +29,10 @@ export namespace File {
|
||||
path: string;
|
||||
children?: FileTree[];
|
||||
}
|
||||
|
||||
export interface FileCreate {
|
||||
path: string;
|
||||
isDir: Boolean;
|
||||
mode: number;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user