diff --git a/pkg/util/path.go b/pkg/util/path.go index 60ba0a33..28006968 100644 --- a/pkg/util/path.go +++ b/pkg/util/path.go @@ -5,6 +5,7 @@ import ( "path" "path/filepath" "strings" + "github.com/cloudreve/Cloudreve/v3/pkg/conf" ) // DotPathToStandardPath 将","分割的路径转换为标准路径