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

@ -18,6 +18,7 @@ func (driver Shandian) Config() base.DriverConfig {
return base.DriverConfig{
Name: "ShandianPan",
NoNeedSetLink: true,
LocalSort: true,
}
}