From d8cc4b46df91d270978f99d29824b273da0c79e7 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Tue, 12 Oct 2021 10:08:21 +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 e86be1b..75a7f07 100644 --- a/core/test.go +++ b/core/test.go @@ -292,7 +292,7 @@ Alias=sillyGirl.service` stop = true return "不要走决战到天亮,啊哦~" } - if cy == "我认输" { + if strings.Contains(cy, "我认输") { stop = true return "菜*,见一次虐一次!" }