mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update md
This commit is contained in:
parent
ed35209c11
commit
fb3e0f1eaf
@ -175,7 +175,10 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
Println("test")
|
||||
robotgo.ShowAlert("test", "robotgo")
|
||||
Println("test")
|
||||
abool := robotgo.ShowAlert("test", "robotgo")
|
||||
if abool == 0 {
|
||||
Println("ok@@@", "ok")
|
||||
}
|
||||
}
|
||||
```
|
@ -171,7 +171,10 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
Println("test")
|
||||
robotgo.ShowAlert("test", "robotgo")
|
||||
Println("test")
|
||||
abool := robotgo.ShowAlert("test", "robotgo")
|
||||
if abool == 0 {
|
||||
Println("ok@@@", "ok")
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user