feat: add supports for thunderX driver (#6464)

This commit is contained in:
YangXu
2024-05-21 23:24:28 +08:00
committed by GitHub
parent 78a9676c7c
commit bbe3d4e19f
5 changed files with 1039 additions and 0 deletions

View File

@ -46,6 +46,7 @@ import (
_ "github.com/alist-org/alist/v3/drivers/teambition"
_ "github.com/alist-org/alist/v3/drivers/terabox"
_ "github.com/alist-org/alist/v3/drivers/thunder"
_ "github.com/alist-org/alist/v3/drivers/thunderx"
_ "github.com/alist-org/alist/v3/drivers/trainbit"
_ "github.com/alist-org/alist/v3/drivers/url_tree"
_ "github.com/alist-org/alist/v3/drivers/uss"