From 7346720df7b87168eeaa267923b864fdd1bb8511 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Thu, 14 Oct 2021 09:56:57 +0800 Subject: [PATCH] update --- core/test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/test.go b/core/test.go index e3c1c48..0e64e1c 100644 --- a/core/test.go +++ b/core/test.go @@ -316,6 +316,9 @@ Alias=sillyGirl.service` if strings.Contains(data, "你赢") { stop = true win = true + } else if strings.Contains(data, "我赢") { + stop = true + win = false } else if strings.Contains(data, "恭喜") { } else {