moshaorui преди 1 месец
родител
ревизия
dded080f42
променени са 2 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 2 0
      app/Console/Commands/GeneratePreviewVideo.php
  2. 2 0
      database/migrations/2025_03_19_124906_create_preview_video_table.php

+ 2 - 0
app/Console/Commands/GeneratePreviewVideo.php

@@ -13,6 +13,8 @@ use FFMpeg\Coordinate\TimeCode;
 
 
 
+
+
 /*
  * 生成预览10秒视频
  *

+ 2 - 0
database/migrations/2025_03_19_124906_create_preview_video_table.php

@@ -6,6 +6,8 @@ use Illuminate\Support\Facades\Schema;
 
 return new class extends Migration
 {
+
+
     /**
      * Run the migrations.
      *