Authored by 郭成尧

图片质量修改

@@ -77,7 +77,7 @@ class Images @@ -77,7 +77,7 @@ class Images
77 if (stripos($fileName, 'http://') !== 0) { 77 if (stripos($fileName, 'http://') !== 0) {
78 $fileName = self::template($fileName, $bucket, $mode); 78 $fileName = self::template($fileName, $bucket, $mode);
79 } 79 }
80 - return Helpers::getUrlSafe(strtr($fileName, array('{width}' => $width, '{height}' => $height, '{mode}' => $mode))); 80 + return Helpers::getUrlSafe(strtr($fileName, array('{width}' => $width, '{height}' => $height, '{mode}' => $mode)) . '/q/70');
81 } 81 }
82 82
83 /** 83 /**