From e6678eb09d251e3dd35370ebd04e3c0cd2614601 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sun, 11 Jan 2026 12:24:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E7=BA=A7=E8=8F=9C=E5=8D=95UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/addon/theme_configurator/template/admin/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/addon/theme_configurator/template/admin/index.html b/plugins/addon/theme_configurator/template/admin/index.html index 1c93c95..31c7038 100644 --- a/plugins/addon/theme_configurator/template/admin/index.html +++ b/plugins/addon/theme_configurator/template/admin/index.html @@ -1346,7 +1346,7 @@ document.getElementById('addFriendlyLinkBtn').addEventListener('click', addFriendlyLink); document.getElementById('addSideBtn').addEventListener('click', addSide); document.getElementById('addFeedbackTypeBtn').addEventListener('click', addFeedbackType); - document.getElementById('addHeaderNavBtn').addEventListener('click', addHeaderNav); + // addHeaderNavBtn 按钮已整合到表格底部,无需单独绑定事件 document.getElementById('addFooterNavBtn').addEventListener('click', addFooterNav); // JSON编辑器功能