mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-16 18:47:35 +08:00
feat(storage): add support for Tencent Cloud COS
This commit is contained in:
@@ -10,6 +10,7 @@ public enum StorageType
|
||||
Local = 0,
|
||||
Telegram = 1,
|
||||
S3 = 2,
|
||||
Cos = 3,
|
||||
}
|
||||
|
||||
public class Picture : BaseModel
|
||||
|
||||
Reference in New Issue
Block a user