Explorar el Código

学习报告分享图片

zengwei hace 2 meses
padre
commit
bd342bb17c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/Api/Video/ExamReportShareImage.php

+ 1 - 1
app/Http/Controllers/Api/Video/ExamReportShareImage.php

@@ -150,7 +150,7 @@ class ExamReportShareImage extends Api
                 $font->align('left');
             });
 
-            // 给图片写入文字 正确率
+            // 给图片写入文字(正确率)
             $image->text($accuracy.'%', 100, 582, function (Font $font) use ($fontPath) {
                 $font->file($fontPath);        // 字体文件地址
                 $font->size(36);            // 字体大小