diff --git a/src/components/mp-html/components/mp-html/node/node.vue b/src/components/mp-html/components/mp-html/node/node.vue index d2609f7..3638f65 100644 --- a/src/components/mp-html/components/mp-html/node/node.vue +++ b/src/components/mp-html/components/mp-html/node/node.vue @@ -821,7 +821,7 @@ export default { } } -
\ No newline at end of file +
\ No newline at end of file diff --git a/src/components/post-detail/uh-post-comment-panel.vue b/src/components/post-detail/uh-post-comment-panel.vue index c41039e..004baa9 100644 --- a/src/components/post-detail/uh-post-comment-panel.vue +++ b/src/components/post-detail/uh-post-comment-panel.vue @@ -319,7 +319,7 @@ onMounted(() => { :src="avatar(reply.owner.avatar)" mode="aspectFill" /> - + {{ reply.owner.displayName || '匿名用户' }} {{ timeFrom(reply.spec.creationTime || reply.metadata.creationTimestamp) }} @@ -329,13 +329,15 @@ onMounted(() => { 回复 {{ reply.spec.quoteReply }}: - {{ reply.spec.raw }} + + + - + 回复 diff --git a/src/pages/gallery/gallery.vue b/src/pages/gallery/gallery.vue index cbb6f74..05813b2 100644 --- a/src/pages/gallery/gallery.vue +++ b/src/pages/gallery/gallery.vue @@ -29,7 +29,7 @@ interface IGalleryGroup { const groupBanner = reactive({ current: 0, }) -const galleryStyle = ref('mix') +const galleryStyle = ref('card') const showListPanel = reactive({ show: false, metadataName: '', @@ -182,7 +182,7 @@ onPageScroll(() => { })