mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
Update md and version
This commit is contained in:
parent
24dbd9b78b
commit
d2de9b923c
2 changed files with 2 additions and 4 deletions
|
|
@ -27,10 +27,8 @@ RobotGo 支持 Mac, Windows, and Linux(X11).
|
|||
- [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md)
|
||||
- [GoDoc](https://godoc.org/github.com/go-vgo/robotgo)
|
||||
|
||||
英文文档请点击API Document
|
||||
|
||||
##Requirements:
|
||||
(环境要求)
|
||||
(环境要求:)
|
||||
|
||||
在安装RobotGo之前,请确保Golang、GCC、zlib和libpng被正确安装
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
version string = "v0.42.0.237,Mount Ngauruhoe!"
|
||||
version string = "v0.42.0.240,Mount Ngauruhoe!"
|
||||
)
|
||||
|
||||
//GetVersion get version
|
||||
|
|
|
|||
Loading…
Reference in a new issue