mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-09-04 23:29:00 +08:00
feat: add storage type support and update the configuration interface.
This commit is contained in:
@@ -10,4 +10,6 @@ public class UploadPictureRequest
|
||||
public int? Permission { get; set; } = 1;
|
||||
|
||||
public int? AlbumId { get; set; } = null;
|
||||
|
||||
public StorageType? StorageType { get; set; } = null;
|
||||
}
|
||||
Reference in New Issue
Block a user