feat: SSR 评论回复、点赞与私密开关

帖详情支持 reply_to 展示与提交、评论点赞 PRG,以及私密评论选项。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-29 06:46:41 +08:00
parent 4dc196b055
commit d4b29f5b7c
10 changed files with 209 additions and 20 deletions

View File

@@ -99,11 +99,11 @@
## F. 评论
- [ ] 按帖拉取评论列表(楼层、嵌套父级、引用目标)
- [ ] 发表评论(登录);支持 `reply_to`、私密评论
- [x] 按帖拉取评论列表(楼层、引用目标)— SSR 帖详情;扁平列表 + `reply_to` 展示(嵌套树 UI 未做
- [x] 发表评论(登录);支持 `reply_to`、私密评论`POST /post/:id/comments`
- [ ] 游客评论(公开接口可写,字段 guest_*
- [ ] 编辑评论(时限);删除评论
- [ ] 评论点赞
- [x] 评论点赞`POST /post/:id/comments/:cid/like`
- [ ] 评论举报
- [ ] @ 提及 → 通知
- [ ] 回复提醒(站内信 + 可选邮件)