feat(drivers): enable local sorting for cloudreve, ilanzou (#840)

* feat(cloudreve): enable local sorting

* feat(ilanzou): enable local sorting
This commit is contained in:
MadDogOwner
2025-07-25 18:01:19 +08:00
committed by GitHub
parent da8d6607cf
commit 23bddf991e
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@ type Addition struct {
var config = driver.Config{
Name: "Cloudreve",
DefaultRoot: "/",
LocalSort: true,
}
func init() {

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",