Show file hash

This commit is contained in:
2025-09-05 14:23:08 +08:00
parent f0079003f2
commit ebfe25e6d8
3 changed files with 12 additions and 1 deletions

View File

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