feat(storage): add support for Tencent Cloud COS

This commit is contained in:
ShiYu
2025-05-21 23:49:05 +08:00
parent 26c5b2fc78
commit df2358d688
8 changed files with 271 additions and 36 deletions

View File

@@ -10,6 +10,7 @@ public enum StorageType
Local = 0,
Telegram = 1,
S3 = 2,
Cos = 3,
}
public class Picture : BaseModel