feat: add weiyun support (close #4802 in #4883)

Co-authored-by: Andy Hsu <i@nn.ci>
This commit is contained in:
foxxorcat
2023-08-02 21:39:59 +08:00
committed by GitHub
parent 355fc576b1
commit 3e285aaec4
6 changed files with 452 additions and 0 deletions

View File

@ -44,6 +44,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/weiyun"
_ "github.com/alist-org/alist/v3/drivers/wopan"
_ "github.com/alist-org/alist/v3/drivers/yandex_disk"
)