From fb9724faed963e1d68364360add7d008f524f79f Mon Sep 17 00:00:00 2001 From: Victor_Jay Date: Wed, 3 Jun 2026 01:13:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20space=E5=85=B3=E6=B3=A8=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=A7=BB=E9=99=A4=E9=9A=90=E8=97=8F=E9=80=BB=E8=BE=91?= =?UTF-8?q?=EF=BC=8C=E8=87=AA=E5=85=B3=E6=B3=A8=E6=94=B9=E4=B8=BAtoast?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 自己的space也显示关注按钮,不再隐藏 - 点击关注自己时toast'不能关注自己',不发请求 - 自己的space下,发消息/更多按钮保持隐藏 --- templates/MetaLab-2026/html/space/index.html | 86 +++++++++++--------- 1 file changed, 48 insertions(+), 38 deletions(-) diff --git a/templates/MetaLab-2026/html/space/index.html b/templates/MetaLab-2026/html/space/index.html index 97d4885..187eeb1 100644 --- a/templates/MetaLab-2026/html/space/index.html +++ b/templates/MetaLab-2026/html/space/index.html @@ -35,10 +35,8 @@
- {{if .IsOwnSpace}} - - {{else}} - + + {{if not .IsOwnSpace}} {{end}} @@ -576,10 +574,11 @@ {{template "layout/footer.html" .}} - -{{if and (not .IsOwnSpace) (or (eq .ActiveTab "following") (eq .ActiveTab "followers"))}} + +{{if or (eq .ActiveTab "following") (eq .ActiveTab "followers")}}