李帅

1.ffmpeg命令微调

......@@ -595,7 +595,7 @@ class MakeVideo implements ShouldQueue
public function getTextContentString()
{
$components = $this->adminMakeVideo->temp->components->get();
$components = $this->adminMakeVideo->temp()->first()->components->get();
$font = Storage::disk('public')->path('ffmpeg/arialuni.ttf');
......