diff --git a/tonecn/src/views/Blog.vue b/tonecn/src/views/Blog.vue index a34a340..33229e8 100644 --- a/tonecn/src/views/Blog.vue +++ b/tonecn/src/views/Blog.vue @@ -30,7 +30,7 @@ onMounted(async () => {
{{ item.title }}
{{ item.description }}
-
{{ timestampToString(+item.publish_time) }}
+
{{ timestampToString(+item.publish_time) }} ---- {{item.visit_count}}次访问