mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-06-11 10:29:49 +08:00
feat(storage): implement storage management API and enhance storage mode handling
This commit is contained in:
@@ -15,7 +15,7 @@ public interface IStorageProvider
|
||||
/// <summary>
|
||||
/// 获取文件URL
|
||||
/// </summary>
|
||||
string GetUrl(string storagePath);
|
||||
string GetUrl(int pictureId,string storagePath);
|
||||
|
||||
/// <summary>
|
||||
/// 下载文件到本地临时目录
|
||||
|
||||
Reference in New Issue
Block a user