diff --git a/tonecn/src/views/BlogContent.vue b/tonecn/src/views/BlogContent.vue index abc49af..cfeae46 100644 --- a/tonecn/src/views/BlogContent.vue +++ b/tonecn/src/views/BlogContent.vue @@ -80,7 +80,11 @@ onUnmounted(() => {

{{ blogInfo.title }}

发布于 {{ - timestampToString(blogInfo.publish_time) }}

+ timestampToString(blogInfo.publish_time) }} | {{ blogInfo.like_count }} 点赞

+
@@ -92,7 +96,7 @@ onUnmounted(() => {