From a693dba292121ffe4cf613f4f70b91f008c32787 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, 4 Feb 2021 16:07:01 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=B8=BB=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/web.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/routes/web.php b/routes/web.php index b130397..edd263d 100644 --- a/routes/web.php +++ b/routes/web.php @@ -13,6 +13,6 @@ use Illuminate\Support\Facades\Route; | */ -Route::get('/', function () { - return view('welcome'); -}); +//Route::get('/', function () { +// return view('welcome'); +//}); -- Gitee From 72b8468a9651082f431e2883d12a62a32b0eb6c2 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, 4 Feb 2021 16:33:32 +0800 Subject: [PATCH 2/7] =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B5=EF=BC=8C?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E6=A0=B7=E5=BC=8F=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Bbs/Resources/views/articles.blade.php | 9 +++++---- app/Modules/Bbs/Resources/views/index.blade.php | 2 +- .../Bbs/Resources/views/label-articles.blade.php | 4 ++-- .../Bbs/Resources/views/layouts/cms.blade.php | 16 ++++++++-------- public/statics/bbs/css/style.css | 16 ++++++++-------- 5 files changed, 24 insertions(+), 23 deletions(-) diff --git a/app/Modules/Bbs/Resources/views/articles.blade.php b/app/Modules/Bbs/Resources/views/articles.blade.php index a55204b..3847459 100644 --- a/app/Modules/Bbs/Resources/views/articles.blade.php +++ b/app/Modules/Bbs/Resources/views/articles.blade.php @@ -5,12 +5,12 @@