From 962e34fc3f88a406b455518601d6953f657d411b Mon Sep 17 00:00:00 2001 From: mjking <1406993111@qq.com> Date: Mon, 29 Jan 2024 17:43:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=87=E7=AD=BE=E4=BA=91=E6=9B=B4?= =?UTF-8?q?=E5=A4=9A=E6=98=BE=E7=A4=BA=E9=85=8D=E7=BD=AE=E9=A1=B9=E6=9C=AA?= =?UTF-8?q?=E7=94=9F=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/widget/tagcloud.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/widget/tagcloud.html b/templates/widget/tagcloud.html index 42c26c8..7c97c0f 100644 --- a/templates/widget/tagcloud.html +++ b/templates/widget/tagcloud.html @@ -8,7 +8,7 @@
标签云 - 更多 + 更多
暂无标签
@@ -19,4 +19,4 @@ th:with="size = ${#strings.length(tag.spec.displayName) + #strings.length(tag.spec.slug) + tag.postCount}" th:style="'font-size: ' + ${size < 14 ? 14 : size > 32 ? 32 : size} + 'px;' + ${(enableTagsColor && tag.spec.color != '#ffffff')? 'color: ' + tag.spec.color +';' : ''}">
- \ No newline at end of file +