Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 639b781

Browse files
authored
feat: add supports for thunder_browser driver (AlistGo#6529 close AlistGo#6526)
* feat: add supports for thunderX driver * fix: Fix the bug where UserID is not passed correctly * feat: add support for thunder_browser driver
1 parent 163af05 commit 639b781

File tree

6 files changed

+1395
-0
lines changed

6 files changed

+1395
-0
lines changed

drivers/all.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ import (
4646
_ "github.com/alist-org/alist/v3/drivers/teambition"
4747
_ "github.com/alist-org/alist/v3/drivers/terabox"
4848
_ "github.com/alist-org/alist/v3/drivers/thunder"
49+
_ "github.com/alist-org/alist/v3/drivers/thunder_browser"
4950
_ "github.com/alist-org/alist/v3/drivers/thunderx"
5051
_ "github.com/alist-org/alist/v3/drivers/trainbit"
5152
_ "github.com/alist-org/alist/v3/drivers/url_tree"

0 commit comments

Comments
 (0)