Skip to content

Commit 31eb20b

Browse files
committed
update examples.
1 parent f602d9a commit 31eb20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wowjump/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func btnClick() {
108108
logouts = GetMultiLogout()
109109
if len(logouts) == 0 {
110110
running = !running
111-
log.Println("没有找到WOW窗口")
111+
log.Println("没有找到WOW窗口,如果确认已经开启了wow窗口\n可以使用管理员身份运行程序试试")
112112
go stat.Stat("/cancel", "wowjump-cancel")
113113
return
114114
}

0 commit comments

Comments
 (0)