15954078560 2 năm trước cách đây
mục cha
commit
2a782e2f7b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      addons/poster/library/Image.php

+ 1 - 1
addons/poster/library/Image.php

@@ -117,7 +117,7 @@ class Image
             $data['color'] = '#000';
         }
 
-        $text = mb_convert_encoding($text, "GB2312", "UTF-8");
+//        $text = mb_convert_encoding($text, "GB2312", "UTF-8");
 //        $text = iconv('gb2312','utf-8',$text);//解决乱码问题
         $colors = $this->hex2rgb($data['color']);
         $color = imagecolorallocate($this->target, $colors['red'], $colors['green'], $colors['blue']);