feat: 增加文件压缩功能
This commit is contained in:
@@ -13,6 +13,7 @@ export namespace File {
|
||||
updateTime: string;
|
||||
modTime: string;
|
||||
mode: number;
|
||||
mimeType: string;
|
||||
items: File[];
|
||||
}
|
||||
|
||||
@@ -40,4 +41,12 @@ export namespace File {
|
||||
path: string;
|
||||
isDir: boolean;
|
||||
}
|
||||
|
||||
export interface FileCompress {
|
||||
files: string[];
|
||||
type: string;
|
||||
dst: string;
|
||||
name: string;
|
||||
replace: boolean;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user