Skip to content

Commit

Permalink
feat: add supports for thunder_browser driver (#6529 close #6526)
Browse files Browse the repository at this point in the history
* feat: add supports for thunderX driver

* fix: Fix the bug where UserID is not passed correctly

* feat: add support for thunder_browser driver
  • Loading branch information
Three-taile-dragon authored May 27, 2024
1 parent 163af05 commit 639b781
Show file tree
Hide file tree
Showing 6 changed files with 1,395 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -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/thunder_browser"
_ "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"
Expand Down
Loading

0 comments on commit 639b781

Please sign in to comment.