ikmkj
a36ef7a561
feat(comment): 优化评论加载效率并添加回复功能
- 在 CommentRepository 中添加 findByParentIdInOrderByCreateTimeAsc 方法,实现批量查询子评论
- 重构 CommentServiceImpl 中的 findCommentsByMusicId 方法,提升评论加载效率
- 在前端 MusicDetail 组件中增加回复功能,支持二级评论和回复展开/收起
- 优化 WebSocket订阅逻辑,实现实时更新评论列表
2025-08-10 16:23:12 +08:00
..
2025-07-27 15:33:23 +08:00
2025-04-26 19:32:45 +08:00
2025-07-29 21:18:51 +08:00
2025-07-26 22:56:10 +08:00
2025-04-26 19:32:45 +08:00
2025-07-26 01:20:28 +08:00
2025-04-26 19:32:45 +08:00
2025-08-10 16:23:12 +08:00
2025-04-26 19:32:45 +08:00
2025-04-26 19:32:45 +08:00
2025-04-26 19:32:45 +08:00