You've already forked lubo_comment_query
弹幕查询修改
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<footer class="bg-white dark:bg-gray-800 pt-4 pb-8 xl:pt-8">
|
||||
<footer class="mt-4 bg-gray-100 dark:bg-gray-800 pb-8 xl:pt-8">
|
||||
<div class="max-w-screen-lg px-4 mx-auto text-gray-400 xl:max-w-screen-xl sm:px-6 md:px-8 dark:text-gray-300">
|
||||
<ul class="flex flex-wrap justify-center pb-8 text-lg font-light">
|
||||
<li class="w-1/2 md:w-1/4">
|
||||
<div class="text-center">
|
||||
<h2 class="text-gray-500 dark:text-gray-200 text-md mb-4">
|
||||
<h2 class="text-gray-500 dark:text-gray-200 text-md my-4">
|
||||
永恒de草薙
|
||||
</h2>
|
||||
<ul>
|
||||
@ -18,7 +18,7 @@
|
||||
</li>
|
||||
<li class="w-1/2 md:w-1/4">
|
||||
<div class="text-center">
|
||||
<h2 class="text-gray-500 dark:text-gray-200 text-md mb-4">
|
||||
<h2 class="text-gray-500 dark:text-gray-200 text-md my-4">
|
||||
课代表们
|
||||
</h2>
|
||||
<ul>
|
||||
@ -33,7 +33,7 @@
|
||||
</li>
|
||||
<li class="w-1/2 md:w-1/4">
|
||||
<div class="text-center">
|
||||
<h2 class="text-gray-500 dark:text-gray-200 text-md mb-4">
|
||||
<h2 class="text-gray-500 dark:text-gray-200 text-md my-4">
|
||||
录播文件
|
||||
</h2>
|
||||
<ul>
|
||||
@ -54,7 +54,7 @@
|
||||
</li>
|
||||
<li class="w-1/2 md:w-1/4">
|
||||
<div class="text-center">
|
||||
<h2 class="text-gray-500 dark:text-gray-200 text-md mb-4">
|
||||
<h2 class="text-gray-500 dark:text-gray-200 text-md my-4">
|
||||
杂项
|
||||
</h2>
|
||||
<ul>
|
||||
|
@ -18,7 +18,7 @@
|
||||
<div class="hidden sm:ml-6 md:block">
|
||||
<div class="flex space-x-4">
|
||||
<a class="{{ (request()->is('comments', 'video/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} px-3 py-2 rounded-md text-sm font-medium" href="/comments">节目单查询</a>
|
||||
<a class="{{ (request()->is('danmakus', 'danmakus/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} px-3 py-2 rounded-md text-sm font-medium" href="/danmakus">直播弹幕查询</a>
|
||||
<a class="{{ (request()->is('danmakus', 'danmakus/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} px-3 py-2 rounded-md text-sm font-medium" href="/danmakus">稿件查询</a>
|
||||
<a class="{{ (request()->is('programs', '/', 'programs/*/video')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} px-3 py-2 rounded-md text-sm font-medium" href="/programs" title="数据不全,待补充">节目查询</a>
|
||||
@auth("web")
|
||||
<a class="{{ (request()->is('programs/construct', 'programs/construct/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} px-3 py-2 rounded-md text-sm font-medium" href="/programs/construct">节目建设</a>
|
||||
@ -47,7 +47,7 @@
|
||||
<div class="md:hidden" id="_mobile_menu" style="display: none">
|
||||
<div class="space-y-1 px-2 pt-2 pb-3">
|
||||
<a class="{{ (request()->is('comments', 'video/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} block px-3 py-2 rounded-md text-base font-medium" href="/comments">节目单查询</a>
|
||||
<a class="{{ (request()->is('danmakus', 'danmakus/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} block px-3 py-2 rounded-md text-base font-medium" href="/danmakus">直播弹幕查询</a>
|
||||
<a class="{{ (request()->is('danmakus', 'danmakus/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} block px-3 py-2 rounded-md text-base font-medium" href="/danmakus">稿件查询</a>
|
||||
<a class="{{ (request()->is('programs', '/', 'programs/*/video')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} block px-3 py-2 rounded-md text-base font-medium" href="/programs" title="数据不全,待补充">节目查询</a>
|
||||
@auth("web")
|
||||
<a class="{{ (request()->is('programs/construct', 'programs/construct/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} block px-3 py-2 rounded-md text-base font-medium" href="/programs/construct">节目建设</a>
|
||||
|
Reference in New Issue
Block a user