From aeb39e147626be05f02daf7233276c101011a0d1 Mon Sep 17 00:00:00 2001 From: xboard Date: Thu, 4 Apr 2024 18:04:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DXboard=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E4=B8=BB=E9=A2=98=E8=89=B2=E4=B8=8D=E7=94=9F=E6=95=88?= =?UTF-8?q?=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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/theme/Xboard/dashboard.blade.php b/public/theme/Xboard/dashboard.blade.php index 98535f7..c069c2b 100644 --- a/public/theme/Xboard/dashboard.blade.php +++ b/public/theme/Xboard/dashboard.blade.php @@ -15,6 +15,9 @@ window.settings = { title: '{{$title}}', assets_path: '/theme/{{$theme}}/assets', + theme: { + color: '{{$theme_config['theme_color']}}', + }, version: '{{$version}}', background_url: '{{$theme_config['background_url']}}', description: '{{$description}}',