正在初始化...

{{ loadingMessage }}

博客系统

完整的博客功能演示,包含文章管理和评论系统

文章操作

文章列表

共 {{ posts.length }} 篇文章
暂无文章

{{ post.title }}

作者: {{ post.author }}

{{ post.content.substring(0, 100) }}{{ post.content.length > 100 ? '...' : '' }}

{{ tag }}

{{ formatDate(post.createdAt) }}

评论操作

评论列表

共 {{ comments.length }} 条评论
暂无评论

{{ comment.author }}

评论文章: {{ getPostTitle(comment.postId) }}

{{ comment.content }}

{{ formatDate(comment.createdAt) }}

博客预览

暂无文章

{{ post.title }}

作者: {{ post.author }} {{ formatDate(post.createdAt) }}
{{ tag }}

{{ post.content }}

评论 ({{ getPostComments(post.id).length }})

暂无评论

{{ comment.author }}

{{ formatDate(comment.createdAt) }}

{{ comment.content }}

操作日志

[{{ log.timestamp }}] {{ log.message }}