{{ msg }}
{% endif %} {% if error %}{{ error }}
{% endif %}帖子列表
+ 新增帖子| ID | 分类 | 标题 | 作者 | 评论 | 点赞 | 收藏 | 浏览 | 状态 | 发布时间 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|
| #{{ post.id }} | {{ post.category }} |
{{ post.title }}
{{ post.content }}
|
{{ author_name or '用户' }} | {{ comment_count }} | {{ like_count }} | {{ bookmark_count }} | {{ post.view_count or 0 }} | {% if post.is_pinned %}置顶{% endif %} {% if post.is_featured %}精华{% endif %} {% if post.is_locked %}锁帖{% endif %} {% if not post.is_pinned and not post.is_featured and not post.is_locked %} 普通 {% endif %} | {{ post.created_at.strftime('%Y-%m-%d %H:%M') if post.created_at else '—' }} | 查看 编辑 评论 |
| 暂无帖子。 | ||||||||||