mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
Update README.md
This commit is contained in:
parent
61f138962b
commit
1c35a9e15d
@ -24,6 +24,7 @@ This is a work in progress.
|
|||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Update](#update)
|
- [Update](#update)
|
||||||
- [Examples](#examples)
|
- [Examples](#examples)
|
||||||
|
- [Donate](#donate)
|
||||||
- [Future](#future)
|
- [Future](#future)
|
||||||
- [Contributors](#contributors)
|
- [Contributors](#contributors)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
@ -225,7 +226,9 @@ func main() {
|
|||||||
fmt.Println("title@@@", title)
|
fmt.Println("title@@@", title)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
## Donate
|
||||||
|
|
||||||
|
- Supporting robotgo, [buy me a coffee](https://github.com/go-vgo/buy-me-a-coffee).
|
||||||
## Future
|
## Future
|
||||||
- Update Find an image on screen, read pixels from an image
|
- Update Find an image on screen, read pixels from an image
|
||||||
- Update Window Handle
|
- Update Window Handle
|
||||||
|
@ -19,6 +19,7 @@ RobotGo 支持 Mac, Windows, and Linux(X11).
|
|||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Update](#update)
|
- [Update](#update)
|
||||||
- [Examples](#examples)
|
- [Examples](#examples)
|
||||||
|
- [Donate](#donate)
|
||||||
- [Future](#future)
|
- [Future](#future)
|
||||||
- [Contributors](#contributors)
|
- [Contributors](#contributors)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
@ -219,6 +220,9 @@ func main() {
|
|||||||
fmt.Println("title@@@", title)
|
fmt.Println("title@@@", title)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
## Donate
|
||||||
|
|
||||||
|
- 支持 robotgo, [buy me a coffee](https://github.com/go-vgo/buy-me-a-coffee).
|
||||||
|
|
||||||
## Future
|
## Future
|
||||||
- 更新 Find an image on screen, read pixels from an image
|
- 更新 Find an image on screen, read pixels from an image
|
||||||
|
Loading…
Reference in New Issue
Block a user