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}}