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