mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-01 14:13:07 +08:00
chore: rename index
to order
of storage
This commit is contained in:
@ -14,7 +14,7 @@ import (
|
||||
func initDevData() {
|
||||
err := op.CreateStorage(context.Background(), model.Storage{
|
||||
MountPath: "/",
|
||||
Index: 0,
|
||||
Order: 0,
|
||||
Driver: "Local",
|
||||
Status: "",
|
||||
Addition: `{"root_folder":"."}`,
|
||||
|
Reference in New Issue
Block a user