From 746deca754625a9bb89752c51c43290252c8ac8e Mon Sep 17 00:00:00 2001 From: Victor_Jay Date: Tue, 2 Jun 2026 19:39:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B6=88=E6=81=AF=E9=A1=B5=E5=90=84=20T?= =?UTF-8?q?ab=20=E6=98=BE=E7=A4=BA=E5=90=84=E8=87=AA=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - system Tab 显示"系统消息" - mention Tab 显示"@艾特我的" - like Tab 显示"点赞通知" - follow Tab 显示"关注通知" - all/默认 Tab 显示"全部消息" --- .../MetaLab-2026/html/messages/index.html | 34 ++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/templates/MetaLab-2026/html/messages/index.html b/templates/MetaLab-2026/html/messages/index.html index e9cb664..63a1900 100644 --- a/templates/MetaLab-2026/html/messages/index.html +++ b/templates/MetaLab-2026/html/messages/index.html @@ -37,7 +37,7 @@
- + {{if eq .CurrentTab "system"}}
@@ -46,6 +46,38 @@
+ {{else if eq .CurrentTab "mention"}} +
+
+ + @艾特我的 +
+
+
+ {{else if eq .CurrentTab "like"}} +
+
+ + 点赞通知 +
+
+
+ {{else if eq .CurrentTab "follow"}} +
+
+ + 关注通知 +
+
+
+ {{else}} +
+
+ + 全部消息 +
+
+
{{end}} {{if .Messages}}