Show file uploader.

This commit is contained in:
2025-07-05 20:40:48 +08:00
parent 2dfa2e3e02
commit a169918b93
5 changed files with 49 additions and 22 deletions

View File

@@ -100,7 +100,7 @@ export interface RFile {
description: string;
size: number;
is_redirect: boolean;
user_id: number;
user: User;
}
export interface UploadingFile {