From b61d2352216f3ad731e5762a3ea34a1ce4a3f3a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Fri, 28 Mar 2025 14:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E6=95=B4=E5=9B=9E?= =?UTF-8?q?=E5=A4=8D=E6=B5=AE=E7=AA=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/viewPost/vp-btn-reply.vue | 122 +++++++++++++++-------- 1 file changed, 79 insertions(+), 43 deletions(-) diff --git a/src/components/viewPost/vp-btn-reply.vue b/src/components/viewPost/vp-btn-reply.vue index 2a604599..73fa9362 100644 --- a/src/components/viewPost/vp-btn-reply.vue +++ b/src/components/viewPost/vp-btn-reply.vue @@ -22,24 +22,31 @@
-
回复列表
- - - +
+ 回复列表 + +
+
+
+ + mdi-checkbox-marked-circle-outline + + mdi-circle + 只看楼主 +
+
+ +
+
{ await loadReply(); } +async function switchOnlyLz(): Promise { + onlyLz.value = !onlyLz.value; + await reloadReply(); +} + async function reloadReply(): Promise { lastId.value = undefined; reply.value = []; @@ -155,7 +167,7 @@ async function handleDebug(): Promise { await reloadReply(); } -