修复忘记导入的conf

This commit is contained in:
不帅你报警 2021-10-30 15:04:33 +08:00
parent 77d7ef9714
commit 990baf67f1

View file

@ -5,6 +5,7 @@ import (
"path"
"path/filepath"
"strings"
"github.com/cloudreve/Cloudreve/v3/pkg/conf"
)
// DotPathToStandardPath 将","分割的路径转换为标准路径