diff --git a/docs/doc_zh.md b/docs/doc_zh.md index ead34be..a10b501 100644 --- a/docs/doc_zh.md +++ b/docs/doc_zh.md @@ -398,7 +398,7 @@ robotgo.ScrollMouse(50, "down") Returns new bitmap object created from a portion of another -###

.Convert(openpath, savepath,MMImageType)

+###

.Convert(openpath, savepath, MMImageType)

转换 bitmap 图片格式 @@ -458,7 +458,7 @@ func main() { ##

窗口

-###

.ShowAlert(title, msg,defaultButton,cancelButton string)

+###

.ShowAlert(title, msg, defaultButton, cancelButton string)

Displays alert with the given attributes. If cancelButton is not given, only the defaultButton is displayed