feat(ilanzou): enable local sorting

This commit is contained in:
MadDogOwner
2025-07-25 17:32:16 +08:00
parent 4df53c965c
commit 86393d25e9

View File

@ -31,6 +31,7 @@ func init() {
config: driver.Config{
Name: "ILanZou",
DefaultRoot: "0",
LocalSort: true,
},
conf: Conf{
base: "https://api.ilanzou.com",
@ -48,6 +49,7 @@ func init() {
config: driver.Config{
Name: "FeijiPan",
DefaultRoot: "0",
LocalSort: true,
},
conf: Conf{
base: "https://api.feijipan.com",