From 2ee630e94c4ff87f9af438ca0d88e213963841b9 Mon Sep 17 00:00:00 2001 From: xboard Date: Fri, 5 Apr 2024 06:51:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=A9=E6=9C=9F?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=94=A8=E6=88=B7=E6=9B=B4=E6=96=B0=E5=90=8E?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E9=A6=96=E9=A1=B5=E4=BC=9A=E6=8A=A5theme=5Fc?= =?UTF-8?q?olor=E4=B8=8D=E5=AD=98=E5=9C=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/theme/Xboard/dashboard.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/theme/Xboard/dashboard.blade.php b/public/theme/Xboard/dashboard.blade.php index c069c2b..3c9afc8 100644 --- a/public/theme/Xboard/dashboard.blade.php +++ b/public/theme/Xboard/dashboard.blade.php @@ -16,7 +16,7 @@ title: '{{$title}}', assets_path: '/theme/{{$theme}}/assets', theme: { - color: '{{$theme_config['theme_color']}}', + color: '{{ $theme_config['theme_color'] ?? "default" }}', }, version: '{{$version}}', background_url: '{{$theme_config['background_url']}}',