From bded1a4ee5dd58a94edf3b1c06a511e217e5a2fc Mon Sep 17 00:00:00 2001 From: tokumeikoi Date: Tue, 4 Jan 2022 03:00:37 +0800 Subject: [PATCH] update: default theme custom file --- public/theme/v2board/dashboard.blade.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/theme/v2board/dashboard.blade.php b/public/theme/v2board/dashboard.blade.php index bf3813e5..5ee1fd38 100755 --- a/public/theme/v2board/dashboard.blade.php +++ b/public/theme/v2board/dashboard.blade.php @@ -4,7 +4,9 @@ - + @if (file_exists(public_path("/theme/{$theme}/assets/custom.css"))) + + @endif @php ($colors = [ @@ -57,6 +59,9 @@ gtag('config', 'G-P1E9Z5LRRK'); +@if (file_exists(public_path("/theme/{$theme}/assets/custom.js"))) + +@endif