feat: add 123pan driver

This commit is contained in:
Noah Hsu
2022-09-01 22:13:37 +08:00
parent 7290f9b301
commit 284274b37e
23 changed files with 456 additions and 26 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package local
package aliyundrive
import (
"bytes"
+2 -2
View File
@@ -1,4 +1,4 @@
package local
package aliyundrive
import (
"github.com/alist-org/alist/v3/internal/driver"
@@ -14,7 +14,7 @@ type Addition struct {
}
var config = driver.Config{
Name: "aliyundrive",
Name: "Aliyundrive",
DefaultRoot: "root",
}
+1 -1
View File
@@ -1,4 +1,4 @@
package local
package aliyundrive
import (
"time"
+1 -1
View File
@@ -1,4 +1,4 @@
package local
package aliyundrive
import (
"errors"