From 95311704fea0a5584bf917caddc88b52738f63b0 Mon Sep 17 00:00:00 2001 From: Victor_Jay Date: Sat, 30 May 2026 20:28:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E8=AE=A2=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=A0=87=E8=AF=86=E4=BB=85=E5=AF=B9=E4=BD=9C=E8=80=85=E5=8F=AF?= =?UTF-8?q?=E8=A7=81=EF=BC=8C=E4=B8=8D=E5=85=AC=E5=BC=80=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/MetaLab-2026/html/posts/show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/MetaLab-2026/html/posts/show.html b/templates/MetaLab-2026/html/posts/show.html index 677a6e6..d7a87c9 100644 --- a/templates/MetaLab-2026/html/posts/show.html +++ b/templates/MetaLab-2026/html/posts/show.html @@ -16,7 +16,7 @@ {{if .Post.IsLocked}} 已锁定 {{end}} - {{if .Post.PendingBody}} + {{if and .Post.PendingBody (eq $.Post.UserID $.UID)}} 修订审核中 {{end}}