Browse Source

Merge branch 'develop'

wzq 5 years ago
parent
commit
5933b585a3
1 changed files with 2 additions and 2 deletions
  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) {