From c9a413e31fdc062357b68a965b441a914bd5896f Mon Sep 17 00:00:00 2001 From: miaowuawa <2484667023@qq.com> Date: Wed, 16 Jul 2025 00:19:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=84=E8=AE=BA=EF=BC=8C?= =?UTF-8?q?=E5=B8=96=E5=AD=90=EF=BC=8C=E7=94=A8=E6=88=B7=E6=8C=87=E6=A0=87?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=EF=BC=8C=E6=B7=BB=E5=8A=A0=E7=BB=8F=E9=AA=8C?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/core/cs/metrics.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/core/cs/metrics.go b/internal/core/cs/metrics.go index 96cd124b..01257f4f 100644 --- a/internal/core/cs/metrics.go +++ b/internal/core/cs/metrics.go @@ -13,10 +13,10 @@ type TweetMetric struct { PostId int64 IncentiveScore int DecayFactor int - CommentCount int32 - UpvoteCount int32 - CollectionCount int32 - ShareCount int32 + CommentCount int64 + UpvoteCount int64 + CollectionCount int64 + ShareCount int64 } func (m *TweetMetric) RankScore(motivationFactor int) int64 {