From 8cfa931e40feac763320c3e0a8e37b81670ade6a Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Mon, 31 Mar 2025 02:30:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=20ss+n=20=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=20ss+=EF=BC=8C=E4=BB=A5=E4=BF=9D?= =?UTF-8?q?=E6=8C=81=E5=91=BD=E4=BB=A4=E4=B8=80=E8=87=B4=E6=80=A7=E5=B9=B6?= =?UTF-8?q?=E6=8F=90=E9=AB=98=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/scoresaber/score.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/scoresaber/score.go b/handler/scoresaber/score.go index 0427160..842c9ed 100644 --- a/handler/scoresaber/score.go +++ b/handler/scoresaber/score.go @@ -27,7 +27,7 @@ func init() { handler.RegisterHelpInform("最新ss", "scoresaber", "查看您的最新游戏记录") handler.RegisterHandler("截ss", screenshotSS, constants.LEVEL_USER) handler.RegisterHelpInform("ss+n", "scoresaber", "区排名升高n位还需要打出多少pp") - handler.RegisterHandler("ss+n", ssPlusN, constants.LEVEL_USER) + handler.RegisterHandler("ss+", ssPlusN, constants.LEVEL_USER) // handler.RegisterHelpInform("截ss", "scoresaber", "scoresaber主页截图") // handler.RegisterHandler("jss", screenshotSS, constants.LEVEL_USER) }