Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -60,7 +60,7 @@ class MakeVideo implements ShouldQueue | ... | @@ -60,7 +60,7 @@ class MakeVideo implements ShouldQueue |
60 | $signature = "一言"; | 60 | $signature = "一言"; |
61 | $signature_x = 0; | 61 | $signature_x = 0; |
62 | $signature_y = -20; | 62 | $signature_y = -20; |
63 | - $content = $adminMakeVideo->poem->title .'\ \ '. $adminMakeVideo->poem->author . PHP_EOL . | 63 | + $content = $adminMakeVideo->poem->title . $adminMakeVideo->poem->author . PHP_EOL . |
64 | $adminMakeVideo->poem->content . PHP_EOL; | 64 | $adminMakeVideo->poem->content . PHP_EOL; |
65 | $content_position = $adminMakeVideo->getContentPosition(); | 65 | $content_position = $adminMakeVideo->getContentPosition(); |
66 | // 转换logo大小 | 66 | // 转换logo大小 | ... | ... |
-
Please register or login to post a comment