From 00041c0ebdaed2e1911ac1be69d30b82a0c62f67 Mon Sep 17 00:00:00 2001 From: HsukqiLee Date: Mon, 19 Feb 2024 20:59:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E7=BD=91=E7=BB=9C?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=AF=B9=20Neko=20Meui=20=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E7=9A=84=E6=94=AF=E6=8C=81=20(#322)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 修改 Neko-mdui 主题的菜单栏 增加了“网络”选项卡 * 增加 Neko-mdui 主题的网络页面 --- resource/template/theme-mdui/menu.html | 1 + resource/template/theme-mdui/network.html | 255 ++++++++++++++++++++++ 2 files changed, 256 insertions(+) create mode 100644 resource/template/theme-mdui/network.html diff --git a/resource/template/theme-mdui/menu.html b/resource/template/theme-mdui/menu.html index ccbc4618ac..80fd34aff5 100644 --- a/resource/template/theme-mdui/menu.html +++ b/resource/template/theme-mdui/menu.html @@ -12,6 +12,7 @@ {{else}} home{{tr "Home"}} accessibility{{tr "Services"}} + network_check{{tr "NetworkSpiter"}} {{end}}
{{if .Admin}} diff --git a/resource/template/theme-mdui/network.html b/resource/template/theme-mdui/network.html new file mode 100644 index 0000000000..5bb08a6949 --- /dev/null +++ b/resource/template/theme-mdui/network.html @@ -0,0 +1,255 @@ +{{define "theme-mdui/network"}} + + + + + + + {{.Title}} + + + + + + + {{if ts .CustomCode}} + {{.CustomCode|safe}} + {{end}} + + + +{{template "theme-mdui/menu" .}} +
+
+
+ + +
+
+
+
+
+
+
+ +{{template "theme-mdui/footer" .}} + + + + + + + + + + + +{{end}}