From 73dc2a1c1cb70a39729ae7983be21d37556d3a55 Mon Sep 17 00:00:00 2001 From: anian Date: Tue, 21 Apr 2026 16:06:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E6=9C=8B=E5=8F=8B=E5=9C=88?= =?UTF-8?q?=E6=8F=92=E4=BB=B6v1.4.3-4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/assets/js/app.js | 2 +- templates/friends.html | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/templates/assets/js/app.js b/templates/assets/js/app.js index f2580f9..66e6149 100644 --- a/templates/assets/js/app.js +++ b/templates/assets/js/app.js @@ -2855,7 +2855,7 @@ async function handleSubscribe(event) { } btn.disabled = true; - show("正在提交…"); + show("正在提交..."); try { const res = await fetch( diff --git a/templates/friends.html b/templates/friends.html index 1906101..399ae5a 100644 --- a/templates/friends.html +++ b/templates/friends.html @@ -74,13 +74,11 @@
- + th:with="imgRaw=${spec.imageFiles},isImgList=${not #strings.isEmpty(imgRaw)}" + th:attr="num=${isImgList ? #arrays.length(imgRaw.split(',')) : 0}"> + - - +