feat: add xunlei driver

This commit is contained in:
foxxorcat
2022-09-10 17:40:30 +08:00
parent 40882443c2
commit 35d177b67b
5 changed files with 949 additions and 0 deletions

View File

@ -20,6 +20,7 @@ import (
_ "github.com/alist-org/alist/v3/drivers/uss"
_ "github.com/alist-org/alist/v3/drivers/virtual"
_ "github.com/alist-org/alist/v3/drivers/webdav"
_ "github.com/alist-org/alist/v3/drivers/xunlei"
_ "github.com/alist-org/alist/v3/drivers/yandex_disk"
)