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(); } -