Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -60,7 +60,8 @@ class MakeVideo implements ShouldQueue | ... | @@ -60,7 +60,8 @@ 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->content . PHP_EOL; | 63 | + $content = $adminMakeVideo->poem->title . "\t" . ' -- ' . $adminMakeVideo->poem->author . PHP_EOL . |
64 | + $adminMakeVideo->poem->content . PHP_EOL; | ||
64 | $content_position = $adminMakeVideo->getContentPosition(); | 65 | $content_position = $adminMakeVideo->getContentPosition(); |
65 | 66 | ||
66 | // 转换logo大小 | 67 | // 转换logo大小 | ... | ... |
-
Please register or login to post a comment