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

@ -20,6 +20,7 @@ func (driver GoogleDrive) Config() base.DriverConfig {
OnlyProxy: true,
ApiProxy: true,
NoNeedSetLink: true,
LocalSort: true,
}
}