|
|
|
@ -69,12 +69,12 @@ public class JMainApplication extends Application {
|
|
|
|
|
JMainService.init(new JMacro() {
|
|
|
|
|
@Override
|
|
|
|
|
public ViewRect focus() {
|
|
|
|
|
return new ViewRect(0, 0, 200, 200);
|
|
|
|
|
return new ViewRect(0, 0, 1920, 1080);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public void run() {
|
|
|
|
|
ViewRect pic = matchLegend("回收站", 0.9);
|
|
|
|
|
ViewRect pic = matchLegend("xinxin", 0.9);
|
|
|
|
|
if (pic != null) {
|
|
|
|
|
mouseLeftDoubleClick(pic);
|
|
|
|
|
}
|
|
|
|
|