文字修改,注释csrf

This commit is contained in:
2022-07-10 14:32:49 +08:00
parent 52cf03f045
commit 3dffadd21e
3 changed files with 3 additions and 6 deletions

View File

@ -1,9 +1,6 @@
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>录播节目单查询</title>
</head>
<body>
@ -27,7 +24,7 @@
<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://space.bilibili.com/{{$comment->mid}}">B站主页</a></td>
<td><a href="https://www.bilibili.com/video/{{$comment->video->bvid}}">{{$comment->video->bvid}}</a></td>
</tr>
@endforeach