Skip to content

Commit 6bde813

Browse files
authored
feat(wukong): add WuKongNetdisk driver with read-write support (#9449)
1 parent 2280505 commit 6bde813

4 files changed

Lines changed: 1265 additions & 1 deletion

File tree

drivers/all.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ import (
6666
_ "github.com/alist-org/alist/v3/drivers/seafile"
6767
_ "github.com/alist-org/alist/v3/drivers/sftp"
6868
_ "github.com/alist-org/alist/v3/drivers/smb"
69-
_ "github.com/alist-org/alist/v3/drivers/strm"
7069
_ "github.com/alist-org/alist/v3/drivers/streamtape"
70+
_ "github.com/alist-org/alist/v3/drivers/strm"
7171
_ "github.com/alist-org/alist/v3/drivers/teambition"
7272
_ "github.com/alist-org/alist/v3/drivers/terabox"
7373
_ "github.com/alist-org/alist/v3/drivers/thunder"
@@ -81,6 +81,7 @@ import (
8181
_ "github.com/alist-org/alist/v3/drivers/webdav"
8282
_ "github.com/alist-org/alist/v3/drivers/weiyun"
8383
_ "github.com/alist-org/alist/v3/drivers/wopan"
84+
_ "github.com/alist-org/alist/v3/drivers/wukong"
8485
_ "github.com/alist-org/alist/v3/drivers/yandex_disk"
8586
)
8687

0 commit comments

Comments
 (0)