We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2ba1d commit e41b683Copy full SHA for e41b683
drivers/all.go
@@ -29,6 +29,7 @@ import (
29
_ "github.com/OpenListTeam/OpenList/v4/drivers/crypt"
30
_ "github.com/OpenListTeam/OpenList/v4/drivers/degoo"
31
_ "github.com/OpenListTeam/OpenList/v4/drivers/doubao"
32
+ _ "github.com/OpenListTeam/OpenList/v4/drivers/doubao_new"
33
_ "github.com/OpenListTeam/OpenList/v4/drivers/doubao_share"
34
_ "github.com/OpenListTeam/OpenList/v4/drivers/dropbox"
35
_ "github.com/OpenListTeam/OpenList/v4/drivers/febbox"
0 commit comments