文字修改,注释csrf
This commit is contained in:
parent
52cf03f045
commit
3dffadd21e
@ -35,7 +35,7 @@ class Kernel extends HttpKernel
|
||||
\Illuminate\Session\Middleware\StartSession::class,
|
||||
// \Illuminate\Session\Middleware\AuthenticateSession::class,
|
||||
\Illuminate\View\Middleware\ShareErrorsFromSession::class,
|
||||
\App\Http\Middleware\VerifyCsrfToken::class,
|
||||
// \App\Http\Middleware\VerifyCsrfToken::class,
|
||||
\Illuminate\Routing\Middleware\SubstituteBindings::class,
|
||||
],
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div>
|
||||
<h1>用爱发电中,请不要恶意搞事,谢谢</h1>
|
||||
<h1>非专业人士,制作不易,请大家多多谅解</h1>
|
||||
<p>有任何意见或建议可以直接联系我</p>
|
||||
</div>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user