建设相关的路由,及大部分提交的验证,及视频对应的真·节目单

This commit is contained in:
2022-08-01 13:45:36 +08:00
parent fb78d7facb
commit 9ed3db42f2
18 changed files with 452 additions and 16 deletions

View File

@ -25,7 +25,7 @@
@foreach($comments as $comment)
<tr>
<td class="border text-center text-base lg:text-lg">
<a class="text-blue-600 lg:text-current underline lg:no-underline break-all" target="_blank" href="https://www.bilibili.com/video/{{$comment->video->bvid}}">
<a class="text-blue-600 lg:text-current underline lg:no-underline break-all" href="/video/{{$comment->video->id}}">
{{$comment->video->title}}
</a>
</td>