开打时间批量修复功能

This commit is contained in:
2022-08-08 09:54:33 +08:00
parent 2283f91b3f
commit eff07c4f72
4 changed files with 99 additions and 0 deletions

View File

@ -61,6 +61,9 @@
href="https://www.bilibili.com/video/{{$program_video->video_bvid}}?p={{$program_video->stop_part}}&t={{$program_video->stop_sec}}"
title="P{{$program_video->stop_part}}#{{$program_video->stop_time}}"
>打开至结束位置</a>
<a class="px-6 py-2 inline-block rounded-full bg-cyan-600 text-white"
href="{{ url(route("program.construct.video.batch_fix_created_at", ["program_video" => $program_video->id])) }}"
>去批量修复开打时间</a>
</div>
@endif
</form>