From 31eb20be98ee2eabc81be3fd428743ee27520c56 Mon Sep 17 00:00:00 2001 From: smallwhite Date: Tue, 24 Dec 2019 10:55:19 +0800 Subject: [PATCH] update examples. --- examples/wowjump/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wowjump/main.go b/examples/wowjump/main.go index 25d1531..06f387d 100644 --- a/examples/wowjump/main.go +++ b/examples/wowjump/main.go @@ -108,7 +108,7 @@ func btnClick() { logouts = GetMultiLogout() if len(logouts) == 0 { running = !running - log.Println("没有找到WOW窗口") + log.Println("没有找到WOW窗口,如果确认已经开启了wow窗口\n可以使用管理员身份运行程序试试") go stat.Stat("/cancel", "wowjump-cancel") return }