mirror of https://github.com/halo-dev/halo
![]() #### What type of PR is this? /kind improvement /area core /milestone 2.4.x /kind api-change #### What this PR does / why we need it: 修复未审核过的回复包含在了评论的回复数量中的问题 此改动需要评论组件修改回复数量取值为 `status.visibleReplyCount` how to test it? 1. 创建评论,并在评论下回复 2. 评论的所有回复被计数在 `status.replyCount` 中 3. 而 `status.visibleReplyCount` 数量不包含 `spec.hiden=true` 或 `spec.approved = false` 的 #### Which issue(s) this PR fixes: Fixes #3165 #### Does this PR introduce a user-facing change? ```release-note 修复未审核过的回复包含在了评论的回复数量中的问题 ``` |
||
---|---|---|
.. | ||
src | ||
build.gradle |