From 68151bf1a17e60c7febdf04c84f08df844d84c4e Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Tue, 14 Jan 2025 09:31:20 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E7=BB=93=E6=9D=9F=E9=80=BB=E8=BE=91=EF=BC=8C=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E2=80=9C=E5=81=9C=E6=AD=A2=E6=B8=B8=E6=88=8F=E2=80=9D=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller/soupAgent/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/soupAgent/index.ts b/controller/soupAgent/index.ts index 7c2eaf2..3474cea 100644 --- a/controller/soupAgent/index.ts +++ b/controller/soupAgent/index.ts @@ -195,7 +195,7 @@ const soupAgent = async (ctx: Context) => { startOrStopGame(ctx, true) return true } - if (msgText === "结束游戏") { + if (msgText === "结束游戏" || msgText === "停止游戏") { startOrStopGame(ctx, false) return true }