feat: update medias

This commit is contained in:
Rogee
2025-01-17 14:59:54 +08:00
parent d72f384177
commit b5583bb34a
46 changed files with 1856 additions and 119 deletions

View File

@@ -28,6 +28,7 @@ type Uploader struct {
}
type UploadedFile struct {
ID int64 `json:"id"`
Hash string `json:"hash"`
Name string `json:"name"`
Size int64 `json:"size"`