From 31db42cffa2a4fa365f428179203ad2ba3770885 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Tue, 12 Oct 2021 10:09:42 +0800 Subject: [PATCH] update --- core/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test.go b/core/test.go index 75a7f07..468e79c 100644 --- a/core/test.go +++ b/core/test.go @@ -292,7 +292,7 @@ Alias=sillyGirl.service` stop = true return "不要走决战到天亮,啊哦~" } - if strings.Contains(cy, "我认输") { + if strings.Contains(cy, "认输") { stop = true return "菜*,见一次虐一次!" }