From 63e1c98e5d12f16a1c4711167cb412b533d833ed Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 31 Jan 2026 00:45:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/viewPost/vp-reply-item.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/viewPost/vp-reply-item.vue b/src/components/viewPost/vp-reply-item.vue index c4b68263..c46856c9 100644 --- a/src/components/viewPost/vp-reply-item.vue +++ b/src/components/viewPost/vp-reply-item.vue @@ -121,7 +121,7 @@ import TpParser from "./tp-parser.vue"; type TprReplyProps = | { mode: "sub"; modelValue: TGApp.BBS.Reply.ReplyFull } - | { mode: "main"; modelValue: TGApp.BBS.Reply.ReplyFull; pinId: string }; + | { mode: "main"; modelValue: TGApp.BBS.Reply.ReplyFull; pinId?: string }; const props = defineProps(); const replyId = `reply_${props.modelValue.reply.post_id}_${props.modelValue.reply.floor_id}_${props.modelValue.reply.reply_id}`;