mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-06 08:43:56 +00:00
Update md
This commit is contained in:
parent
d70743fc1a
commit
c3949aecd5
@ -176,6 +176,9 @@ import (
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
Println("test")
|
Println("test")
|
||||||
robotgo.ShowAlert("test", "robotgo")
|
abool := robotgo.ShowAlert("test", "robotgo")
|
||||||
|
if abool == 0 {
|
||||||
|
Println("ok@@@", "ok")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
@ -172,6 +172,9 @@ import (
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
Println("test")
|
Println("test")
|
||||||
robotgo.ShowAlert("test", "robotgo")
|
abool := robotgo.ShowAlert("test", "robotgo")
|
||||||
|
if abool == 0 {
|
||||||
|
Println("ok@@@", "ok")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user