Add files via upload
This commit is contained in:
16
repo/js/Mail/main.js
Normal file
16
repo/js/Mail/main.js
Normal file
@@ -0,0 +1,16 @@
|
||||
(async function () {
|
||||
setGameMetrics(3840, 2160, 2);
|
||||
keyPress("Escape");
|
||||
await sleep(1500);
|
||||
click(94, 1212);
|
||||
await sleep(1500);
|
||||
click(500, 2024);
|
||||
await sleep(1000);
|
||||
keyPress("Escape");
|
||||
await sleep(1000);
|
||||
keyPress("Escape");
|
||||
await sleep(1000);
|
||||
keyPress("Escape");
|
||||
|
||||
log.info("已领取邮件");
|
||||
})();
|
||||
12
repo/js/Mail/manifest.json
Normal file
12
repo/js/Mail/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "领取邮件",
|
||||
"version": "1.0",
|
||||
"description": "用于领取邮件",
|
||||
"authors": [
|
||||
{
|
||||
"name": "HZYgrandma",
|
||||
}
|
||||
],
|
||||
"main": "main.js",
|
||||
}
|
||||
Reference in New Issue
Block a user