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
+1 -1
View File
@@ -32,7 +32,7 @@ public interface IPictureService
int? userId,
PermissionType permission = PermissionType.Public,
int? albumId = null,
StorageType storageType = StorageType.Telegram
StorageType? storageType = null
);
Task<ExifInfo> GetPictureExifInfoAsync(int pictureId);