@@ -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); // 字体大小