feat: 文件管理增加复制文件 URL 按钮

This commit is contained in:
2024-05-23 21:48:10 +08:00
parent f2206b7801
commit 5c6d3119eb
4 changed files with 17 additions and 6 deletions

View File

@@ -206,6 +206,7 @@ export type FileItem = {
extension: string
type: number
storageId: string
storageName: string
createUserString: string
createTime: string
updateUserString: string