-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于评论显示的建议 #5435
Comments
感谢反馈问题,但这些问题似乎以 Halo 的改动为主,和此插件可能关系不大,我将转移到 halo-dev/halo。
其实主流媒体的评论区也有不少是这样设计的,当时这样设计可能还考虑到查询性能问题,但目前应该可以优化。 cc @guqing 是否可以在评论设置中添加一个 展开评论回复 的选项?然后在接口的每一项评论中添加 replies。 |
当时这么做是出于性能考虑而作出的取舍,目前已经实现了索引机制可以在查询评论时默认附上一页(10条或5条)回复数据,当读者对某条评论下的回复感兴趣时可以点击加载更多来获取更多条 |
这里的排序规则我建议按照 点赞量+创建时间 联合起来排序。 |
…rformance (#5504) #### What type of PR is this? /kind improvement /area core /milestone 2.14.x #### What this PR does / why we need it: 优化评论控制器的实现逻辑以优化代码和性能 Resolves #5435 how to test it? - 测试删除评论时能正确连同回复一起删除 - 测试评论下的最新回复的已读功能是否正确 - 删除/审核评论,观察主题端和Console端分别显示的评论数量是否正确 #### Does this PR introduce a user-facing change? ```release-note None ```
#### What type of PR is this? /kind feature /area core /milestone 2.14.x /kind api-change #### What this PR does / why we need it: 主题端评论列表支持同时获得评论数据 Resolves #5435 #### Does this PR introduce a user-facing change? ```release-note 主题端评论列表支持同时获得评论数据 ```
开发者您好,这是我的系统信息:
对于评论插件,目前在后台,我发现我自己给用户的回复,也会显示一个跳动绿色的小点(个人感觉会误以为是用户发的评论,我还没点击查看)显得有点奇怪。
另外,在文章页面,评论区,作者对用户的评论回复默认是折叠的状态:
需要点击一下
"
号才能显示回复改条评论的内容:猜测可能是为了让评论区看起来简洁一下,所以这样设计。
不知道开发者是否可以考虑在博客后台加一个开关,让博客搭建者选择是否折叠评论区(个人觉得展开评论区会更好一些,因为文章中有些讨论,可能对其他的读者也有帮助,默认打开会方便其他用户浏览)
感谢!
The text was updated successfully, but these errors were encountered: