Skip to content

Commit 28dd1eb

Browse files
xrgzsSuyunmeng
authored andcommitted
feat(drivers): enable local sorting for cloudreve, ilanzou (#840)
* feat(cloudreve): enable local sorting * feat(ilanzou): enable local sorting
1 parent f6cb075 commit 28dd1eb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

drivers/cloudreve/meta.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ type Addition struct {
2020
var config = driver.Config{
2121
Name: "Cloudreve",
2222
DefaultRoot: "/",
23+
LocalSort: true,
2324
}
2425

2526
func init() {

drivers/ilanzou/meta.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ func init() {
3131
config: driver.Config{
3232
Name: "ILanZou",
3333
DefaultRoot: "0",
34+
LocalSort: true,
3435
},
3536
conf: Conf{
3637
base: "https://api.ilanzou.com",
@@ -48,6 +49,7 @@ func init() {
4849
config: driver.Config{
4950
Name: "FeijiPan",
5051
DefaultRoot: "0",
52+
LocalSort: true,
5153
},
5254
conf: Conf{
5355
base: "https://api.feijipan.com",

0 commit comments

Comments
 (0)