Commit Graph

6 Commits

Author SHA1 Message Date
sivdead
3da5d24488 fix: 修复代码合并问题 2025-09-25 18:17:26 +08:00
sivdead
1a21ba8935 feat(posts): 优化帖子评论统计性能
- 在 Post 模型中添加 commentCount 和 lastReplyAt 字段
- 在 CommentService 中实现更新帖子评论统计的方法
- 在 PostMapper 中使用 Post 模型中的评论统计字段
- 新增数据库迁移脚本,添加评论统计字段和索引
- 更新相关测试用例
2025-09-12 11:08:59 +08:00
Tim
e5c746fe27 fix: test cases 2025-08-04 21:57:52 +08:00
Tim
49ae2c1fa2 Add website-url property for tests 2025-08-04 21:38:22 +08:00
Tim
7f06964eb2 test: provide jwt secrets for tests 2025-08-04 21:28:52 +08:00
WilliamColton
c08723574d 优化目录结构 2025-08-03 01:27:28 +08:00