From b21dab1695e5b9e4e5f8da8133f279b7656c8076 Mon Sep 17 00:00:00 2001 From: augushong Date: Sun, 31 Aug 2025 11:39:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E7=94=9F=E6=88=90=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/base/common/tools/PathToolsBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/base/common/tools/PathToolsBase.php b/extend/base/common/tools/PathToolsBase.php index 4c9f004..dfb1cc5 100644 --- a/extend/base/common/tools/PathToolsBase.php +++ b/extend/base/common/tools/PathToolsBase.php @@ -26,7 +26,7 @@ class PathToolsBase public static function publicBuildSaveName($file_name) { - return '/build/' . $file_name; + return '/build/' . ltrim($file_name, '/'); } public static function safeBuildPath($save_name)