feat(storage): implement storage management API and enhance storage mode handling

This commit is contained in:
shiyu
2025-06-09 12:12:15 +08:00
parent 4ef4b2056b
commit 0a6fe70537
43 changed files with 2449 additions and 907 deletions

View File

@@ -15,7 +15,7 @@ public interface IStorageProvider
/// <summary>
/// 获取文件URL
/// </summary>
string GetUrl(string storagePath);
string GetUrl(int pictureId,string storagePath);
/// <summary>
/// 下载文件到本地临时目录