feat: add pikpak driver

This commit is contained in:
Noah Hsu
2022-08-31 17:32:57 +08:00
parent 7d407de22e
commit 102384e170
8 changed files with 461 additions and 3 deletions

View File

@ -3,6 +3,7 @@ package drivers
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/virtual"
)