From af6f2940681050960335799af96ad4e9ee80315c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= <88259403+xeefei@users.noreply.github.com> Date: Sun, 13 Jul 2025 00:20:01 +0800 Subject: [PATCH] v2.6.2 v2.6.2 --- web/html/component/aSidebar.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/html/component/aSidebar.html b/web/html/component/aSidebar.html index b69c8f3f..6ecd8dbc 100644 --- a/web/html/component/aSidebar.html +++ b/web/html/component/aSidebar.html @@ -64,6 +64,11 @@ icon: 'tool', title: '{{ i18n "menu.xray"}}' }, + { + key: '{{ .base_path }}panel/navigation', + icon: 'link', + title: '{{ i18n "menu.navigation"}}' + }, { key: '{{ .base_path }}logout/', icon: 'logout', @@ -100,4 +105,4 @@ template: `{{template "component/sidebar/content"}}`, }); -{{end}} \ No newline at end of file +{{end}}