feat: 增加文件移动功能
This commit is contained in:
@@ -22,6 +22,7 @@ export namespace File {
|
||||
path: string;
|
||||
search?: string;
|
||||
expand: boolean;
|
||||
dir?: boolean;
|
||||
}
|
||||
|
||||
export interface FileTree {
|
||||
@@ -75,4 +76,10 @@ export namespace File {
|
||||
name: string;
|
||||
url: string;
|
||||
}
|
||||
|
||||
export interface FileMove {
|
||||
oldPaths: string[];
|
||||
newPath: string;
|
||||
type: string;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user