feat: add storage type support and update the configuration interface.

This commit is contained in:
ShiYu
2025-05-19 17:22:39 +08:00
parent d326970e8d
commit 61f254450c
5 changed files with 89 additions and 18 deletions
@@ -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;
}