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
c7987e8324
commit
fd0838614a
10
README.md
10
README.md
@ -24,13 +24,13 @@ This is a work in progress.
|
|||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Update](#update)
|
- [Update](#update)
|
||||||
- [Examples](#examples)
|
- [Examples](#examples)
|
||||||
- [Donate](#donate)
|
|
||||||
- [Plans](#plans)
|
- [Plans](#plans)
|
||||||
|
- [Donate](#donate)
|
||||||
- [Contributors](#contributors)
|
- [Contributors](#contributors)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
- [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md)
|
- [API Docs](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md)
|
||||||
- [中文文档](https://github.com/go-vgo/robotgo/blob/master/docs/doc_zh.md)
|
- [中文文档](https://github.com/go-vgo/robotgo/blob/master/docs/doc_zh.md)
|
||||||
- [GoDoc](https://godoc.org/github.com/go-vgo/robotgo)
|
- [GoDoc](https://godoc.org/github.com/go-vgo/robotgo)
|
||||||
|
|
||||||
@ -226,9 +226,7 @@ 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).
|
|
||||||
## Plans
|
## Plans
|
||||||
- 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
|
||||||
@ -236,6 +234,10 @@ func main() {
|
|||||||
- Try support Android, maybe support IOS
|
- Try support Android, maybe support IOS
|
||||||
- Remove zlib/libpng dependencies
|
- Remove zlib/libpng dependencies
|
||||||
|
|
||||||
|
## Donate
|
||||||
|
|
||||||
|
- Supporting robotgo, [buy me a coffee](https://github.com/go-vgo/buy-me-a-coffee).
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
- See [contributors page](https://github.com/go-vgo/robotgo/graphs/contributors) for full list of contributors.
|
- See [contributors page](https://github.com/go-vgo/robotgo/graphs/contributors) for full list of contributors.
|
||||||
|
12
README_zh.md
12
README_zh.md
@ -19,14 +19,14 @@ RobotGo 支持 Mac, Windows, and Linux(X11).
|
|||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Update](#update)
|
- [Update](#update)
|
||||||
- [Examples](#examples)
|
- [Examples](#examples)
|
||||||
- [Donate](#donate)
|
|
||||||
- [Plans](#plans)
|
- [Plans](#plans)
|
||||||
|
- [Donate](#donate)
|
||||||
- [Contributors](#contributors)
|
- [Contributors](#contributors)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
- [中文文档](https://github.com/go-vgo/robotgo/blob/master/docs/doc_zh.md)
|
- [中文文档](https://github.com/go-vgo/robotgo/blob/master/docs/doc_zh.md)
|
||||||
- [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md)
|
- [English Docs](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md)
|
||||||
- [GoDoc](https://godoc.org/github.com/go-vgo/robotgo)
|
- [GoDoc](https://godoc.org/github.com/go-vgo/robotgo)
|
||||||
|
|
||||||
## Requirements:
|
## Requirements:
|
||||||
@ -220,9 +220,6 @@ 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).
|
|
||||||
|
|
||||||
## Plans
|
## Plans
|
||||||
- 更新 Find an image on screen, read pixels from an image
|
- 更新 Find an image on screen, read pixels from an image
|
||||||
@ -231,6 +228,11 @@ func main() {
|
|||||||
- 尝试支持 Android,也许支持 IOS
|
- 尝试支持 Android,也许支持 IOS
|
||||||
- 移除 zlib/libpng 依赖
|
- 移除 zlib/libpng 依赖
|
||||||
|
|
||||||
|
## Donate
|
||||||
|
|
||||||
|
- 支持 robotgo, [buy me a coffee](https://github.com/go-vgo/buy-me-a-coffee).
|
||||||
|
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
- See [contributors page](https://github.com/go-vgo/robotgo/graphs/contributors) for full list of contributors.
|
- See [contributors page](https://github.com/go-vgo/robotgo/graphs/contributors) for full list of contributors.
|
||||||
|
Loading…
Reference in New Issue
Block a user