From 7dae1b0470dbb871323a6bbc2409561c9148e245 Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Sun, 9 Jul 2023 16:10:13 +0800 Subject: [PATCH] =?UTF-8?q?AddFeature:=20=E5=9B=BE=E7=89=87=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BC=98=E5=8C=96=EF=BC=8C=E7=AE=A1=E7=90=86=E5=91=98?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加管理员判断 添加后台颜色列表显示内容 Signed-off-by: XiaoLFeng --- .../views/console/friends-link/list.blade.php | 40 +++++++++++-------- resources/views/modules/navbar.blade.php | 17 +++++--- 2 files changed, 34 insertions(+), 23 deletions(-) diff --git a/resources/views/console/friends-link/list.blade.php b/resources/views/console/friends-link/list.blade.php index 7cc41f9..24e11ef 100644 --- a/resources/views/console/friends-link/list.blade.php +++ b/resources/views/console/friends-link/list.blade.php @@ -51,7 +51,7 @@ class="text-black dark:text-white">{{ $blogFriendsCheck }} 条

blogSetColor-1]->colorDarkType }} sm:me-4" src="{{ asset('images/avatar.png') }}" data-src="{{ $blogValue->blogIcon }}" alt="Bordered avatar">
@@ -108,24 +108,30 @@ class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none @elseif(!empty($request->search)) - 返回友链列表 + 返回友链列表 @if(!empty($blog))