Add files via upload

This commit is contained in:
洪籽阳外婆
2024-10-13 20:50:41 +08:00
committed by GitHub
parent 54f64921cb
commit 226892c168
14 changed files with 197 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
(async function () {
setGameMetrics(3840, 2160, 2);
keyPress("F1");
await sleep(1600);
click(580, 680);
await sleep(1000);
click(3110, 1508);
await sleep(1000);
keyPress("Escape");
await sleep(1500);
keyPress("Escape");
log.info("已领取历练点");
})();

View File

@@ -0,0 +1,12 @@
{
"manifest_version": 1,
"name": "领取历练点",
"version": "1.0",
"description": "用于领取历练点",
"authors": [
{
"name": "HZYgrandma",
}
],
"main": "main.js",
}