From 700eb105174b72f055ad58e3a67b9ec3199d55ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= Date: Mon, 15 Jun 2026 22:40:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(comment-panel):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=AF=84=E8=AE=BA=E5=9B=9E=E5=A4=8D=E5=B1=95=E7=A4=BA=E4=B8=8E?= =?UTF-8?q?=E4=BA=A4=E4=BA=92=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 新增查找被引用回复的工具函数 2. 优化加载状态的展示样式与文案 3. 调整回复列表间距与引用回复的渲染逻辑 4. 更新输入框占位文案与回复提示区域的展示 5. 优化回复内容的文字颜色与排版 --- .../post-detail/uh-post-comment-panel.vue | 33 ++++++++++++++----- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/src/components/post-detail/uh-post-comment-panel.vue b/src/components/post-detail/uh-post-comment-panel.vue index 15b0a2d..73cda7e 100644 --- a/src/components/post-detail/uh-post-comment-panel.vue +++ b/src/components/post-detail/uh-post-comment-panel.vue @@ -1,6 +1,5 @@