补充亿点内容,顺便立Flag

This commit is contained in:
2022-07-10 16:44:30 +08:00
parent 48e2217961
commit 7ed59ddfd2
13 changed files with 235 additions and 3 deletions

View File

@ -24,8 +24,8 @@
<tr>
<td>{{$comment->video->title}}</td>
<td style="white-space: pre-wrap;">{{$comment->content}}</td>
<td><a href="https://space.bilibili.com/{{$comment->mid}}">B站主页</a></td>
<td><a href="https://www.bilibili.com/video/{{$comment->video->bvid}}">{{$comment->video->bvid}}</a></td>
<td><a target="_blank" href="https://space.bilibili.com/{{$comment->mid}}">B站主页</a></td>
<td><a target="_blank" href="https://www.bilibili.com/video/{{$comment->video->bvid}}">{{$comment->video->bvid}}</a></td>
</tr>
@endforeach
</tbody>