feat: Add tag field to file models, and enhance file upload functionality with optional fields

This commit is contained in:
2025-11-22 19:46:42 +08:00
parent 1c23bf1d6e
commit 327fd72be0
7 changed files with 204 additions and 107 deletions

View File

@@ -123,6 +123,7 @@ export interface RFile {
hash?: string;
storage_name?: string;
created_at: number; // unix timestamp
tag?: string;
}
export interface UploadingFile {