wzq 5 vuotta sitten
vanhempi
commit
33d9600d0d
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      app/Repositories/PosterRepository.php

+ 2 - 2
app/Repositories/PosterRepository.php

@@ -37,7 +37,7 @@ class PosterRepository
             return jsonError('获取内容信息失败');
         }
 
-        // 彩虹豆
+        // U米
         $bean = config('customer.share_post_bean');
         $beanWidth = 540;
         if(strlen($bean) == 4) $beanWidth = 532;
@@ -155,7 +155,7 @@ class PosterRepository
     {
         $main = ImageManagerStatic::make($mainImg);
 
-        // 彩虹豆
+        // U米
         $beanWidth = 194;
         if(strlen($bean) == 4) $beanWidth = 182;
         $main->text($bean, $beanWidth, 1060, function ($font) {