feat: add febbox driver (#7304 close #7293)

This commit is contained in:
YangXu
2024-10-14 22:44:20 +08:00
committed by GitHub
parent c3e43ff605
commit e8538bd215
6 changed files with 604 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import (
_ "github.com/alist-org/alist/v3/drivers/cloudreve"
_ "github.com/alist-org/alist/v3/drivers/crypt"
_ "github.com/alist-org/alist/v3/drivers/dropbox"
_ "github.com/alist-org/alist/v3/drivers/febbox"
_ "github.com/alist-org/alist/v3/drivers/ftp"
_ "github.com/alist-org/alist/v3/drivers/google_drive"
_ "github.com/alist-org/alist/v3/drivers/google_photo"