From 1365fd08a0a537fed967a161051442c210f67b12 Mon Sep 17 00:00:00 2001 From: wolfcode <37436228+wolf-leo@users.noreply.github.com> Date: Fri, 26 Jul 2024 09:38:54 +0800 Subject: [PATCH] fix(system/config): correct upload button reference in admin background config Update the data-upload attribute on the upload button in the admin background configuration page to correctly reference 'admin_background' instead of 'site_ico', ensuring the button functions as intended when uploading a new background image. --- app/admin/view/system/config/site.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/view/system/config/site.html b/app/admin/view/system/config/site.html index 185fec5..e8e606c 100644 --- a/app/admin/view/system/config/site.html +++ b/app/admin/view/system/config/site.html @@ -24,7 +24,7 @@
- 上传 + 上传 选择