feat: add quark driver

This commit is contained in:
Noah Hsu
2022-09-02 21:36:47 +08:00
parent 0f2425ce53
commit decea4a739
8 changed files with 726 additions and 2 deletions

View File

@ -6,6 +6,7 @@ import (
_ "github.com/alist-org/alist/v3/drivers/local"
_ "github.com/alist-org/alist/v3/drivers/onedrive"
_ "github.com/alist-org/alist/v3/drivers/pikpak"
_ "github.com/alist-org/alist/v3/drivers/quark"
_ "github.com/alist-org/alist/v3/drivers/teambition"
_ "github.com/alist-org/alist/v3/drivers/virtual"
)