From 180dfb41c7b3d55b5daf006009f2a9f14ef9a122 Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Sun, 20 Jul 2025 04:49:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=AD=A3=E7=A1=AE=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=A4=B4=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/beatleader/bind_bl.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service/beatleader/bind_bl.go b/service/beatleader/bind_bl.go index 35c514d..fbbde5e 100644 --- a/service/beatleader/bind_bl.go +++ b/service/beatleader/bind_bl.go @@ -139,6 +139,7 @@ func (bl *blQuery) GetScore(qqId string) (currentData *PlayerDataLite, lastData currentDataLite := PlayerDataLite{ ID: dataLite.ID, Name: dataLite.Name, + Avatar: dataLite.Avatar, Country: dataLite.Country, PP: dataLite.PP, Rank: dataLite.Rank,