From 4fb8a05f8d1511c1b026e24dd5997479c459686e Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Thu, 25 Jun 2026 07:35:36 +0800 Subject: [PATCH] feat/info-comment-jump --- components/CommentItem/CommentItem.vue | 29 +++++- components/CommentSection/CommentSection.vue | 99 ++++++++++++++++++++ pages/message/index.vue | 14 ++- pages/rating/detail.vue | 13 +++ 4 files changed, 149 insertions(+), 6 deletions(-) diff --git a/components/CommentItem/CommentItem.vue b/components/CommentItem/CommentItem.vue index 3729b83..01fb156 100644 --- a/components/CommentItem/CommentItem.vue +++ b/components/CommentItem/CommentItem.vue @@ -1,5 +1,9 @@