local sort for no sort param driver

This commit is contained in:
微凉
2021-12-30 16:15:57 +08:00
parent 0f079827e5
commit 3331462229
8 changed files with 42 additions and 44 deletions

View File

@ -15,8 +15,9 @@ type PikPak struct{}
func (driver PikPak) Config() base.DriverConfig {
return base.DriverConfig{
Name: "PikPak",
ApiProxy: true,
Name: "PikPak",
ApiProxy: true,
LocalSort: true,
}
}