feat(storages): 新增 AList 存储类型

This commit is contained in:
okatu-loli
2026-08-09 14:48:18 +08:00
committed by jxxghp
parent c312c5c0e6
commit 7650ec5cef
4 changed files with 92 additions and 6 deletions
+1
View File
@@ -426,6 +426,7 @@ class StorageSchema(Enum):
U115 = "u115"
Rclone = "rclone"
Alist = "alist"
AlistGo = "alistgo"
SMB = "smb"