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 {