From f75b356654bb79ac173efd0d1b0b489532305327 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Thu, 22 Jan 2026 20:02:28 +0800 Subject: [PATCH] no message --- app/Services/Article/Schema.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/Article/Schema.php b/app/Services/Article/Schema.php index 105903e3..edf3b9e6 100755 --- a/app/Services/Article/Schema.php +++ b/app/Services/Article/Schema.php @@ -168,7 +168,7 @@ final class Schema $sFullSavePath = $sUploadDir . $sTmp; $sFullSavePathUrl = $sUploadPath . $sTmp; $oImgMain->save($sFullSavePath); - chmod($sFullSavePath, 0777); +// chmod($sFullSavePath, 0777); $aSavedPath['full'] = $sFullSavePathUrl; // --- 3. 局部裁剪与归档:[后缀 => 距离底部的偏移] --- @@ -200,7 +200,7 @@ final class Schema ->scale(height: $iTargetHeight) ->save($sCurrentPath); - chmod($sCurrentPath, 0777); +// chmod($sCurrentPath, 0777); // 路径入库 $aSavedPath[$sSuffix] = $sCurrentPathUrl;