From 88f422043243cc3d433290e984ef84373bc02296 Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Mon, 15 Jun 2026 22:29:03 +0800 Subject: [PATCH] fix: pk comment --- .../CommentSection.vue} | 566 ++++++++----- pages/pk/index.vue | 113 ++- pages/rating/detail.vue | 773 ++---------------- 3 files changed, 561 insertions(+), 891 deletions(-) rename components/{PkCommentSection/PkCommentSection.vue => CommentSection/CommentSection.vue} (62%) diff --git a/components/PkCommentSection/PkCommentSection.vue b/components/CommentSection/CommentSection.vue similarity index 62% rename from components/PkCommentSection/PkCommentSection.vue rename to components/CommentSection/CommentSection.vue index 07631d9..43a7e4d 100644 --- a/components/PkCommentSection/PkCommentSection.vue +++ b/components/CommentSection/CommentSection.vue @@ -1,7 +1,7 @@