From 990baf67f18747b190507494bb8282b17c1298ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=B8=85=E4=BD=A0=E6=8A=A5=E8=AD=A6?= Date: Sat, 30 Oct 2021 15:04:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BF=98=E8=AE=B0=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E7=9A=84conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/util/path.go | 1 + 1 file changed, 1 insertion(+) 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 将","分割的路径转换为标准路径