From 2edb7d16a9ec44d5c8f801ed7b37f07773f0a026 Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Sun, 11 May 2025 02:16:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20LastDiffToImage=20?= =?UTF-8?q?=E5=87=BD=E6=95=B0=E4=B8=AD=E7=9A=84=E5=9B=BE=E7=89=87=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E8=B7=AF=E5=BE=84=EF=BC=8C=E5=B0=86=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E4=BB=8E=20cbl.png=20=E6=9B=B4=E6=94=B9=E4=B8=BA=20cs?= =?UTF-8?q?s.png=EF=BC=8C=E4=BB=A5=E7=A1=AE=E4=BF=9D=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E7=94=9F=E6=88=90=E7=9A=84=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/scoresaber/model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/scoresaber/model.go b/service/scoresaber/model.go index be30b5b..d6c3f43 100644 --- a/service/scoresaber/model.go +++ b/service/scoresaber/model.go @@ -425,7 +425,7 @@ func (p PlayerDataLite) LastDiffToImage(lastQueryData PlayerDataLite) string { } baseboard.AddSprite(&backgroundSpirit) - if err := baseboard.SaveToPng(util.GenTempFilePath("cbl.png")); err != nil { + if err := baseboard.SaveToPng(util.GenTempFilePath("css.png")); err != nil { log.Default().Printf("保存图片失败,err:%v", err) } return util.GenTempFilePath("css.png")