From d27777992c086cc5f4c6eebf3d276112073617b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E6=A5=BD=E5=9D=82=20=E7=99=BD?= Date: Mon, 10 Jun 2024 21:13:53 +0800 Subject: [PATCH] fixbug --- config/adminlte.php | 6 +++--- public/{DALL·E-2024-06-10-18.26.png => logo.png} | Bin 2 files changed, 3 insertions(+), 3 deletions(-) rename public/{DALL·E-2024-06-10-18.26.png => logo.png} (100%) diff --git a/config/adminlte.php b/config/adminlte.php index 238988f..62756aa 100644 --- a/config/adminlte.php +++ b/config/adminlte.php @@ -64,7 +64,7 @@ */ 'logo' => '临时邮箱', - 'logo_img' => 'DALL·E-2024-06-10-18.26.png', + 'logo_img' => 'logo.png', 'logo_img_class' => 'brand-image img-circle elevation-3', 'logo_img_xl' => null, 'logo_img_xl_class' => 'brand-image-xs', @@ -86,7 +86,7 @@ 'auth_logo' => [ 'enabled' => false, 'img' => [ - 'path' => 'DALL·E-2024-06-10-18.26.png', + 'path' => 'logo.png', 'alt' => 'Auth Logo', 'class' => '', 'width' => 50, @@ -113,7 +113,7 @@ 'enabled' => false, 'mode' => 'fullscreen', 'img' => [ - 'path' => 'DALL·E-2024-06-10-18.26.png', + 'path' => 'logo.png', 'alt' => 'AdminLTE Preloader Image', 'effect' => 'animation__shake', 'width' => 60, diff --git a/public/DALL·E-2024-06-10-18.26.png b/public/logo.png similarity index 100% rename from public/DALL·E-2024-06-10-18.26.png rename to public/logo.png