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