From 32732743697d38495dc1d3347413e2009050b40e Mon Sep 17 00:00:00 2001 From: xboard Date: Wed, 10 Jan 2024 20:00:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E5=90=8E=E4=B8=8D=E9=80=89=E6=8B=A9=E4=B8=BB=E9=A2=98=E8=89=B2?= =?UTF-8?q?=E4=BC=9A=E5=AF=BC=E8=87=B4500=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=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 66a597e..b1fbdaf 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']}}',