feat: add 123pan driver
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
package local
|
||||
package template
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package local
|
||||
package template
|
||||
|
||||
import (
|
||||
"github.com/alist-org/alist/v3/internal/driver"
|
||||
@ -14,7 +14,7 @@ type Addition struct {
|
||||
}
|
||||
|
||||
var config = driver.Config{
|
||||
Name: "template",
|
||||
Name: "Template",
|
||||
LocalSort: false,
|
||||
OnlyLocal: false,
|
||||
OnlyProxy: false,
|
||||
|
@ -1 +1 @@
|
||||
package local
|
||||
package template
|
||||
|
@ -1,3 +1,3 @@
|
||||
package local
|
||||
package template
|
||||
|
||||
// do others that not defined in Driver interface
|
||||
|
Reference in New Issue
Block a user