Add user files.

This commit is contained in:
2025-07-13 16:41:39 +08:00
parent e9f6e1968e
commit 891b3d4a1a
8 changed files with 236 additions and 14 deletions

View File

@@ -103,6 +103,7 @@ export interface RFile {
size: number;
is_redirect: boolean;
user: User;
resource?: Resource;
}
export interface UploadingFile {