From 70bd033e6c3a9f6824d7b0d8e02af1cbd100dd13 Mon Sep 17 00:00:00 2001 From: Victor_Jay Date: Mon, 1 Jun 2026 22:16:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20space=20=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E7=BC=BA=E5=B0=91=E9=97=AD=E5=90=88=20{{end}}=20?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=20unexpected=20EOF=20=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - space/index.html 缺少一个 {{end}} 闭合外层的 {{if .Error}}/{{else}} 结构 - 在 前补充缺失的 {{end}} --- templates/MetaLab-2026/html/space/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/MetaLab-2026/html/space/index.html b/templates/MetaLab-2026/html/space/index.html index 347ac91..19a27b7 100644 --- a/templates/MetaLab-2026/html/space/index.html +++ b/templates/MetaLab-2026/html/space/index.html @@ -741,5 +741,6 @@ document.querySelectorAll('#privacy-follow-list, #privacy-follower-list').forEac }); {{end}} +{{end}}