mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-27 00:00:59 +00:00
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