mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-09-05 07:36:53 +08:00
feat(storage): implement storage management API and enhance storage mode handling
This commit is contained in:
@@ -21,4 +21,6 @@ public record PictureResponse
|
||||
public int? AlbumId { get; set; }
|
||||
public string? AlbumName { get; set; }
|
||||
public PermissionType Permission { get; set; } = PermissionType.Public;
|
||||
public string? StorageModeName { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user