清除浮动,登录权限,删除无用模板

This commit is contained in:
2022-08-07 13:29:51 +08:00
parent d07cad1cd8
commit 60a2ef15dc
5 changed files with 29 additions and 156 deletions

View File

@ -1,15 +1,15 @@
<div>
<h1 class="text-2xl font-bold">非专业人士,制作不易,请大家多多谅解</h1>
<div class="text-l font-bold">有任何意见或建议可以直接联系我</div>
<div>
<div class="after:clear-both after:block">
导航:
<a class="text-blue-600 underline" href="/comments">节目单查询</a>
<a class="text-blue-600 underline" href="/danmakus">直播弹幕查询</a>
<a class="text-blue-600 underline" href="/programs" title="数据不全,待补充">节目查询</a>
@auth
@auth("web")
<a class="text-blue-600 underline" href="/programs/construct">节目建设</a>
<a class="text-blue-600 underline float-right" href="{{ route("logout") }}">登出</a>
<div class="float-right text-cyan-300 mx-2 border bg-blue-600">{{ Auth::user()->name }}</div>
<div class="float-right bg-cyan-600 mx-2 px-2 text-white">{{ Auth::user()->name }}</div>
@endauth
@guest
<a class="text-blue-600 underline float-right" href="{{ route("login") }}">登录</a>