From f5ad785c2ed6bc32389d124cbcde9c0306cc640f Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Sat, 3 May 2025 23:29:56 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=B0=86=20bl+=20=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E7=9A=84=E5=A4=84=E7=90=86=E5=99=A8=E4=BB=8E=20Regist?= =?UTF-8?q?erHandler=20=E6=9B=B4=E6=96=B0=E4=B8=BA=20RegisterFrontMatchHan?= =?UTF-8?q?dler=EF=BC=8C=E4=BB=A5=E5=A2=9E=E5=BC=BA=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/beatleader/beatleader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/beatleader/beatleader.go b/handler/beatleader/beatleader.go index c2266e4..0da141c 100644 --- a/handler/beatleader/beatleader.go +++ b/handler/beatleader/beatleader.go @@ -25,7 +25,7 @@ func init() { handler.RegisterHelpInform("解绑bl", "beatleader", "解绑bl 解绑您的beatleader账号") handler.RegisterHandler("最新bl", getMyRecentScore, constants.LEVEL_USER) handler.RegisterHelpInform("最新bl", "beatleader", "最新bl 查看您的最新游戏记录") - handler.RegisterHandler("bl+", blPlus, constants.LEVEL_USER) + handler.RegisterFrontMatchHandler("bl+", blPlus, constants.LEVEL_USER) handler.RegisterHelpInform("bl+", "beatleader", "bl+ 查看您需要打多少pp才能达到当前区服的第N名") handler.RegisterHandler("截bl", screenShotBL, constants.LEVEL_USER) handler.RegisterHelpInform("截bl", "beatleader", "截bl 截bl 截bl主页截图")