/lbj-autojs

Primary LanguageJavaScript

autojs

教程

https://zhuanlan.zhihu.com/p/90065914

VS

启动
Ctrl + Shift + P

直接运行
Ctrl + F5

语法

bounds

left
top
right
bottom
centerX()   中心点x
centerY()   中心点Y
var pos = button.findOne().bounds()
click(pos.centerX(), pos.centerY())