mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-08-11 22:00:59 +00:00
fix: 在 xxx 下回复了 格式修复
This commit is contained in:
@@ -202,11 +202,11 @@
|
|||||||
下对
|
下对
|
||||||
<router-link :to="`/posts/${item.comment.post.id}#comment-${item.comment.parentComment.id}`"
|
<router-link :to="`/posts/${item.comment.post.id}#comment-${item.comment.parentComment.id}`"
|
||||||
class="timeline-link">
|
class="timeline-link">
|
||||||
{{ item.comment.parentComment.content }}
|
{{ stripMarkdownLength(item.comment.parentComment.content, 200) }}
|
||||||
</router-link>
|
</router-link>
|
||||||
回复了
|
回复了
|
||||||
<router-link :to="`/posts/${item.comment.post.id}#comment-${item.comment.id}`" class="timeline-link">
|
<router-link :to="`/posts/${item.comment.post.id}#comment-${item.comment.id}`" class="timeline-link">
|
||||||
{{ item.comment.content }}
|
{{ stripMarkdownLength(item.comment.content, 200) }}
|
||||||
</router-link>
|
</router-link>
|
||||||
<div class="timeline-date">{{ formatDate(item.createdAt) }}</div>
|
<div class="timeline-date">{{ formatDate(item.createdAt) }}</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user