diff --git a/README_zh.md b/README_zh.md index 42ec845..01cb3f8 100644 --- a/README_zh.md +++ b/README_zh.md @@ -98,7 +98,7 @@ go get -u github.com/go-vgo/robotgo ##[Examples:](https://github.com/go-vgo/robotgo/blob/master/example/main.go) -###[鼠标](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L45) +####[鼠标](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L45) ```Go package main @@ -114,7 +114,7 @@ func main() { } ``` -###[键盘](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L22) +####[键盘](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L22) ```Go package main @@ -133,7 +133,7 @@ func main() { } ``` -###[屏幕](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L71) +####[屏幕](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L71) ```Go package main @@ -152,7 +152,7 @@ func main() { } ``` -###[位图](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L90) +####[位图](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L90) ```Go package main @@ -174,7 +174,7 @@ func main() { } ``` -###[事件](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L124) +####[事件](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L124) ```Go package main @@ -197,7 +197,7 @@ func main() { } } ``` -###[Window](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L160) +####[Window](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L160) ```Go package main diff --git a/robotgo.go b/robotgo.go index 54fe1c8..87322b7 100644 --- a/robotgo.go +++ b/robotgo.go @@ -52,7 +52,7 @@ import ( ) const ( - version string = "v0.43.0.274, Matterhorn Alps!" + version string = "v0.43.0.276, Matterhorn Alps!" ) // GetVersion get version