diff --git a/plugins/addon/theme_configurator/template/admin/index.html b/plugins/addon/theme_configurator/template/admin/index.html index 820ee11..6c69fff 100644 --- a/plugins/addon/theme_configurator/template/admin/index.html +++ b/plugins/addon/theme_configurator/template/admin/index.html @@ -671,11 +671,12 @@ const hasChildren = Array.isArray(nav.children) && nav.children.length > 0; const item = document.createElement('div'); item.className = 'config-item'; + item.style.borderLeft = '3px solid #52c41a'; // 绿色标识 item.innerHTML = ` -