Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions repo/js/AutoMonday/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,11 @@
keyPress("F");//再次启动
await sleep(1000);

click(468, 180);//点击水晶块
await sleep(100);
click(450, 1020);//点击最大
await sleep(100);

click(1750, 1020);//点击启动
await sleep(1000);
click(1180, 750);//点击确认
Expand Down