From 5a527ee296b6b4d53f775db7bb902fe8b8a9cb39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 6 Mar 2026 11:16:01 +0800 Subject: [PATCH] =?UTF-8?q?nvue=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/upload/upload.vue | 2 +- .../plugins/video/components/comment-info.vue | 11 +- .../plugins/video/components/comment-more.vue | 13 +- pages/plugins/video/detail/detail.nvue | 598 +++++++++++++++--- 4 files changed, 524 insertions(+), 100 deletions(-) diff --git a/components/upload/upload.vue b/components/upload/upload.vue index b966d20c..046eb966 100644 --- a/components/upload/upload.vue +++ b/components/upload/upload.vue @@ -4,7 +4,7 @@ - + diff --git a/pages/plugins/video/components/comment-info.vue b/pages/plugins/video/components/comment-info.vue index 8c9939cf..0fb167d8 100644 --- a/pages/plugins/video/components/comment-info.vue +++ b/pages/plugins/video/components/comment-info.vue @@ -27,7 +27,7 @@ {{ propComment.add_time }} - {{ propReplyContent || $t('common.reply') }}({{ propComment.comments_count }}) + {{ propReplyContent || reply_html }}({{ propComment.comments_count }}) @@ -41,6 +41,12 @@ \ No newline at end of file