# 对“Top”的通俗易懂的解释？

**URL:** <https://meta.discourse.org/t/an-understandable-explanation-of-top/240861>\
**Category:** Support\
**Created:** [2022年九月7日 10:44 UTC](https://meta.discourse.org/t/an-understandable-explanation-of-top/240861 "2022-09-07T10:44:07Z")\
**Posts on this page:** 1\
**Showing post:** 3

<div class="post-metadata">

**Author:** ![SaraDev](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/saradev/32/335139_2.png) [@SaraDev](https://meta.discourse.org/u/SaraDev)\
**Post date:** [2022年十月4日 20:13 UTC](https://meta.discourse.org/t/an-understandable-explanation-of-top/240861/3 "2022-10-04T20:13:58Z")

</div>

您好 Quim，

感谢您的来信。

我刚刚发布了一份关于“[“热门”话题是如何计算的](https://meta.discourse.org/t/how-are-top-topics-calculated/240928)”的参考指南，其中应该能解答您关于 Discourse 如何确定哪些话题被视为“热门”的所有疑问。

总结如下：

> [@SaraDev](#):
>
> “热门分数”的计算方法如下：
> 
> 1. 从站点设置中提取以下值：
> 
> - `top topics formula log views multiplier`（热门话题公式日志浏览量乘数）
> - `top topics formula first post likes multiplier`（热门话题公式首帖点赞数乘数）
> - `top topics formula least likes per post multiplier`（热门话题公式每帖最少点赞数乘数）
> 
> 1. 为每个话题计算一个热门分数，方法是将以下各项相加：
> 
> - 在选定期间，每个话题的浏览量 _ **乘以** _ `top topics formula log views multiplier`
> - 话题首帖的点赞数 _ **乘以** _ `top topics formula first post likes multiplier`
> - 以下两者中 _ **较小者** _：
> - 话题的点赞数 _ **除以** _ 话题的帖子数（每帖平均点赞数）
> - `top topics formula least likes per post multiplier` 值
> 
> - **如果** 该期间的帖子数少于 10 篇，则：`0 - ((10 - 话题中的帖子数) / 20) * 话题首帖的点赞数`
> - **否则** - 10
> - 话题的帖子数

希望这对您有帮助！😁

---

_[View the full topic](https://meta.discourse.org/t/an-understandable-explanation-of-top/240861)._
