mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-19 04:06:18 +08:00
feat(cloudreve): enable local sorting
This commit is contained in:
@ -20,6 +20,7 @@ type Addition struct {
|
|||||||
var config = driver.Config{
|
var config = driver.Config{
|
||||||
Name: "Cloudreve",
|
Name: "Cloudreve",
|
||||||
DefaultRoot: "/",
|
DefaultRoot: "/",
|
||||||
|
LocalSort: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Reference in New Issue
Block a user