mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
feat(storages): 新增 AList 存储类型
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user