feat: 增加文件下载功能
This commit is contained in:
@@ -69,4 +69,10 @@ export namespace File {
|
||||
oldName: string;
|
||||
newName: string;
|
||||
}
|
||||
|
||||
export interface FileDownload {
|
||||
path: string;
|
||||
name: string;
|
||||
url: string;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user