From f779c07ebc8519fb5ae59d0b25277af4e3a5aeb5 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Tue, 1 Jul 2025 00:46:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E9=A1=B5=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/danmaku/index.blade.php | 2 +- resources/views/danmaku/search_index.blade.php | 4 +++- resources/views/index.blade.php | 2 +- resources/views/program/index.blade.php | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/resources/views/danmaku/index.blade.php b/resources/views/danmaku/index.blade.php index 77b3213..bc3e428 100644 --- a/resources/views/danmaku/index.blade.php +++ b/resources/views/danmaku/index.blade.php @@ -52,7 +52,7 @@ @endforeach -
+
{{$video_list->links()}}
@include("common.footer") diff --git a/resources/views/danmaku/search_index.blade.php b/resources/views/danmaku/search_index.blade.php index b8d91a9..778f8e2 100644 --- a/resources/views/danmaku/search_index.blade.php +++ b/resources/views/danmaku/search_index.blade.php @@ -36,7 +36,9 @@ @endforeach -{{$danmakus->links()}} +
+ {{$danmakus->links()}} +
@include("common.footer") diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 5a28d67..1f4e791 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -37,7 +37,7 @@
@endforeach -
+
{{$comments->links()}}
@include("common.footer") diff --git a/resources/views/program/index.blade.php b/resources/views/program/index.blade.php index ea5a6aa..57351c8 100644 --- a/resources/views/program/index.blade.php +++ b/resources/views/program/index.blade.php @@ -88,7 +88,7 @@ @endforeach -
+
{{$programs->links()}}
@include("common.footer")