fix: 下载组件

This commit is contained in:
2023-07-21 03:58:45 +08:00
parent 22a3951222
commit 735170b897
7 changed files with 315 additions and 62 deletions

5
types/file.d.ts vendored
View File

@ -24,4 +24,9 @@ declare interface FileVO {
*
*/
url?: string
/**
* 创建者
*
*/
createdBy?: string
}