Improve file tile

This commit is contained in:
2025-10-04 18:42:45 +08:00
parent 02a33e00b3
commit ff30125518
5 changed files with 49 additions and 9 deletions

View File

@@ -105,6 +105,7 @@ export interface RFile {
user: User;
resource?: Resource;
hash?: string;
storage_name?: string;
}
export interface UploadingFile {