From 02478f2836d44822a95bd40cfb9068f3771e8eeb Mon Sep 17 00:00:00 2001 From: lkddi Date: Fri, 27 Feb 2026 01:53:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E5=90=84=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E5=AE=BD=E5=BA=A6=EF=BC=8C=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=89=80=E6=9C=89=E8=BF=94=E5=9B=9E=E5=A4=A7=E5=8E=85=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 留言板、排行榜页面全部移除 nav-left 中的返回大厅链接 - 留言板主体容器改为 max-w-7xl mx-auto,与大厅和排行榜统一 --- resources/views/guestbook/index.blade.php | 15 +++------------ resources/views/leaderboard/index.blade.php | 10 +--------- 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/resources/views/guestbook/index.blade.php b/resources/views/guestbook/index.blade.php index d36b051..ce8aec3 100644 --- a/resources/views/guestbook/index.blade.php +++ b/resources/views/guestbook/index.blade.php @@ -11,15 +11,7 @@ @section('nav-icon', '✉️') @section('nav-title', '星光留言板') -@section('nav-left') - - - - - 返回大厅 - -@endsection + @@ -81,7 +73,7 @@ {{-- 主体内容区 --}} -
+
{{-- 左侧:分类导航 --}}
📭

暂无信件

这里是空空如也的荒原。

- diff --git a/resources/views/leaderboard/index.blade.php b/resources/views/leaderboard/index.blade.php index ed97e3c..8b5bf51 100644 --- a/resources/views/leaderboard/index.blade.php +++ b/resources/views/leaderboard/index.blade.php @@ -11,15 +11,7 @@ @section('nav-icon', '🏆') @section('nav-title', '风云排行榜') -@section('nav-left') - - - - - 返回大厅 - -@endsection +