feat: 增加文件下载功能
This commit is contained in:
@@ -71,7 +71,7 @@ export namespace File {
|
||||
newName: string;
|
||||
}
|
||||
|
||||
export interface FileDownload {
|
||||
export interface FileWget {
|
||||
path: string;
|
||||
name: string;
|
||||
url: string;
|
||||
@@ -82,4 +82,10 @@ export namespace File {
|
||||
newPath: string;
|
||||
type: string;
|
||||
}
|
||||
|
||||
export interface FileDownload {
|
||||
paths: string[];
|
||||
name: string;
|
||||
url: string;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user