diff --git a/templates/MetaLab-2026/html/studio/posts.html b/templates/MetaLab-2026/html/studio/posts.html index 8af82dd..c77d343 100644 --- a/templates/MetaLab-2026/html/studio/posts.html +++ b/templates/MetaLab-2026/html/studio/posts.html @@ -39,6 +39,7 @@ {{.Title}}
{{index $.StatusNames .Status}} + {{if .IsLocked}}已锁定{{end}} {{.CreatedAt.Format "2006-01-02 15:04"}} {{if .RejectReason}} 退回理由:{{.RejectReason}} @@ -46,7 +47,7 @@
- 编辑 + {{if not .IsLocked}}编辑{{end}} 查看