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
@@ -0,0 +1,12 @@
from app.modules.filemanager.storages.alist import Alist
from app.schemas.types import StorageSchema
class AlistGo(Alist):
"""
AList相关操作
API 文档:https://docs.alistgo.com/
"""
schema = StorageSchema.AlistGo