From db50ba93290d3a7a3e4093fa43342aab6b69f203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E4=B8=91=E8=B7=AF=E4=BA=BA?= <2278757482@qq.com> Date: Fri, 30 Jul 2021 17:54:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=A7=BB=E9=99=A4Banner=EF=BC=9B=20?= =?UTF-8?q?=E7=A7=BB=E9=99=A4pjax=5Fid=E7=9A=84=E6=A0=87=E8=AF=86=EF=BC=8C?= =?UTF-8?q?=E5=90=A6=E5=88=99=E4=B8=8D=E6=BB=9A=E5=8A=A8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E7=9C=8B=E5=88=B0=E6=96=87=E7=AB=A0=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E5=8F=8B=E5=A5=BD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Bbs/Resources/views/index.blade.php | 36 +++++++++---------- .../Resources/views/layouts/master.blade.php | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/app/Modules/Bbs/Resources/views/index.blade.php b/app/Modules/Bbs/Resources/views/index.blade.php index 91eaa46..3e845dc 100644 --- a/app/Modules/Bbs/Resources/views/index.blade.php +++ b/app/Modules/Bbs/Resources/views/index.blade.php @@ -5,25 +5,25 @@
- - @if(!empty($banners)) -
-
-
    - @foreach ($banners as $banner) -
  • - - {{ $banner->banner_title }} - -
  • - @endforeach -
+ + @if(false) +
+
+
    + @foreach ($banners as $banner) +
  • + + {{ $banner->banner_title }} + +
  • + @endforeach +
+
+
-
-
-
+
@endif diff --git a/app/Modules/Bbs/Resources/views/layouts/master.blade.php b/app/Modules/Bbs/Resources/views/layouts/master.blade.php index 59f4fab..b3b5e5c 100644 --- a/app/Modules/Bbs/Resources/views/layouts/master.blade.php +++ b/app/Modules/Bbs/Resources/views/layouts/master.blade.php @@ -32,7 +32,7 @@ @yield('style-src') @yield('style') -- Gitee From 5b7feeb0ad239741757b1a6bf6a3bfd2fde60d8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E4=B8=91=E8=B7=AF=E4=BA=BA?= <2278757482@qq.com> Date: Thu, 5 Aug 2021 09:29:02 +0000 Subject: [PATCH 2/2] update README.md. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 84efc53..fdf308b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ ## 作者 [小丑路人](https://www.cnpscy.com) +## 社区 +[小丑路人社区](https://bbs.cnpscy.com) + #### 介绍 博客社区 -- Gitee