From 25317d5f64ee14f534cdbde330c71f6aa717d121 Mon Sep 17 00:00:00 2001 From: xboard Date: Sat, 25 Nov 2023 10:24:14 +0800 Subject: [PATCH] =?UTF-8?q?to:=20=E6=B7=BB=E5=8A=A0=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E9=9D=99=E6=80=81=E8=B5=84=E6=BA=90=E8=AF=B7=E6=B1=82=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=EF=BC=8C=E9=98=B2=E6=AD=A2=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=9A=84=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.php | 2 +- public/theme/Xboard/dashboard.blade.php | 63 ++++++++++++------------- 2 files changed, 32 insertions(+), 33 deletions(-) diff --git a/config/app.php b/config/app.php index 9464f23..997628a 100755 --- a/config/app.php +++ b/config/app.php @@ -239,5 +239,5 @@ return [ | The only modification by laravel config | */ - 'version' => '1.7.5.1685907718051' + 'version' => '0.1.1-dev' ]; diff --git a/public/theme/Xboard/dashboard.blade.php b/public/theme/Xboard/dashboard.blade.php index f19087c..a2b3b55 100644 --- a/public/theme/Xboard/dashboard.blade.php +++ b/public/theme/Xboard/dashboard.blade.php @@ -1,34 +1,33 @@ - - - - {{$title}} - - - - - -
- {!! $theme_config['custom_html'] !!} - - + + + + {{$title}} + + + + +
+ {!! $theme_config['custom_html'] !!} + + \ No newline at end of file