feat: 增加文件解压功能
This commit is contained in:
@@ -49,4 +49,10 @@ export namespace File {
|
||||
name: string;
|
||||
replace: boolean;
|
||||
}
|
||||
|
||||
export interface FileDeCompress {
|
||||
path: string;
|
||||
dst: string;
|
||||
type: string;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user