From 015cd887bb7badaf956508af0b43fbc70ce7a165 Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Sat, 10 May 2025 14:38:37 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=20LastDiffToImag?= =?UTF-8?q?e=20=E5=87=BD=E6=95=B0=E4=B8=AD=E7=9A=84=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E9=80=BB=E8=BE=91=EF=BC=8C=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=96=87=E6=9C=AC=E4=BD=8D=E7=BD=AE=E4=BB=A5?= =?UTF-8?q?=E9=80=82=E5=BA=94=E5=A4=B4=E5=83=8F=E5=A4=A7=E5=B0=8F=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E5=9B=BE=E5=83=8F=E5=B8=83=E5=B1=80=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/beatleader/model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/beatleader/model.go b/service/beatleader/model.go index 765fc84..c1cba5f 100644 --- a/service/beatleader/model.go +++ b/service/beatleader/model.go @@ -615,7 +615,7 @@ func (p PlayerDataLite) LastDiffToImage(lastDayQueryData PlayerDataLite) string Name: "text", Image: textImg, Index: 2, - Position: image.Point{X: 23, Y: 0}, + Position: image.Point{X: avatarSpirit.Position.X + avatarSpirit.Image.Bounds().Dx() + 3, Y: 0}, } baseboard.AddSprite(&textSpirit)