You've already forked lubo_comment_query
建设相关的路由,及大部分提交的验证,及视频对应的真·节目单
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user