{{ post.title }}
作者: {{ post.author }}
•
{{ formatDate(post.createdAt) }}
{{ tag }}
{{ post.content }}
{{ loadingMessage }}
完整的博客功能演示,包含文章管理和评论系统
作者: {{ post.author }}
{{ post.content.substring(0, 100) }}{{ post.content.length > 100 ? '...' : '' }}
{{ formatDate(post.createdAt) }}
评论文章: {{ getPostTitle(comment.postId) }}
{{ comment.content }}
{{ formatDate(comment.createdAt) }}
{{ post.content }}
评论 ({{ getPostComments(post.id).length }})
{{ comment.author }}
{{ formatDate(comment.createdAt) }}{{ comment.content }}