feat: 增加文件解压功能

This commit is contained in:
zhengkunwang223
2022-08-31 13:59:02 +08:00
parent 20129c7d0b
commit 245f5fb68a
13 changed files with 210 additions and 21 deletions

View File

@@ -49,4 +49,10 @@ export namespace File {
name: string;
replace: boolean;
}
export interface FileDeCompress {
path: string;
dst: string;
type: string;
}
}