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 f6cb075 commit 28dd1ebCopy full SHA for 28dd1eb
drivers/cloudreve/meta.go
@@ -20,6 +20,7 @@ type Addition struct {
20
var config = driver.Config{
21
Name: "Cloudreve",
22
DefaultRoot: "/",
23
+ LocalSort: true,
24
}
25
26
func init() {
drivers/ilanzou/meta.go
@@ -31,6 +31,7 @@ func init() {
31
config: driver.Config{
32
Name: "ILanZou",
33
DefaultRoot: "0",
34
35
},
36
conf: Conf{
37
base: "https://api.ilanzou.com",
@@ -48,6 +49,7 @@ func init() {
48
49
50
Name: "FeijiPan",
51
52
53
54
55
base: "https://api.feijipan.com",
0 commit comments