From 7294b8784043f304695819450f766e0fcde42326 Mon Sep 17 00:00:00 2001 From: zhangjialiang Date: Thu, 19 Jun 2025 17:47:28 +0800 Subject: [PATCH] * [story#75371,doing,0.5h] Modify the image name and size. --- module/admin/ui/register.html.php | 5 +++-- module/install/ui/step6.html.php | 2 +- .../{install-logo.png => install_logo.png} | Bin ...nstall-success.png => install_success.png} | Bin www/static/svg/admin-adminregister.svg | 19 +++++++++++------- 5 files changed, 16 insertions(+), 10 deletions(-) rename www/static/images/{install-logo.png => install_logo.png} (100%) rename www/static/images/{install-success.png => install_success.png} (100%) diff --git a/module/admin/ui/register.html.php b/module/admin/ui/register.html.php index cbff391bf0..d6f28c18eb 100644 --- a/module/admin/ui/register.html.php +++ b/module/admin/ui/register.html.php @@ -20,11 +20,12 @@ set::zui(true); $checked = $agreeUX == 'true' ? 'checked' : ''; -if (strpos($_SERVER['REQUEST_URI'], '_single=1') !== false) { +if(strpos($_SERVER['REQUEST_URI'], '_single=1') !== false) +{ div ( setClass('install-logo'), - img(set::src('static/images/install-logo.png')) + img(set::src('static/images/install_logo.png')) ); } else diff --git a/module/install/ui/step6.html.php b/module/install/ui/step6.html.php index 0fab02e692..616547cdd2 100644 --- a/module/install/ui/step6.html.php +++ b/module/install/ui/step6.html.php @@ -40,7 +40,7 @@ div setClass('flex mb-4'), img( setClass('check-img'), - set::src('static/images/install-success.png') + set::src('static/images/install_success.png') ), ), cell( diff --git a/www/static/images/install-logo.png b/www/static/images/install_logo.png similarity index 100% rename from www/static/images/install-logo.png rename to www/static/images/install_logo.png diff --git a/www/static/images/install-success.png b/www/static/images/install_success.png similarity index 100% rename from www/static/images/install-success.png rename to www/static/images/install_success.png diff --git a/www/static/svg/admin-adminregister.svg b/www/static/svg/admin-adminregister.svg index 6a176f3f2e..a82b841b1c 100644 --- a/www/static/svg/admin-adminregister.svg +++ b/www/static/svg/admin-adminregister.svg @@ -1,8 +1,13 @@ - - - - - - + + + + + + - \ No newline at end of file + + + + + +