From aa87e0aaa423a56f659e1245487711c7961bfcb7 Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Mon, 31 Mar 2025 02:34:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=20ss+=20=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E5=86=8C=E6=96=B9=E5=BC=8F=E4=BB=8E=20Regist?= =?UTF-8?q?erHandler=20=E4=BF=AE=E6=94=B9=E4=B8=BA=20RegisterFrontMatchHan?= =?UTF-8?q?dler=EF=BC=8C=E4=BB=A5=E6=8F=90=E9=AB=98=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E7=9A=84=E7=81=B5=E6=B4=BB=E6=80=A7?= 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 842c9ed..8528da9 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+", ssPlusN, constants.LEVEL_USER) + handler.RegisterFrontMatchHandler("ss+", ssPlusN, constants.LEVEL_USER) // handler.RegisterHelpInform("截ss", "scoresaber", "scoresaber主页截图") // handler.RegisterHandler("jss", screenshotSS, constants.LEVEL_USER) }