archive js battlepass

This commit is contained in:
起个名字好难的喵
2025-08-07 22:36:45 +08:00
parent b446f0c98c
commit 8342c87404
2 changed files with 24 additions and 24 deletions

View File

@@ -1,12 +1,12 @@
(async function () { (async function () {
setGameMetrics(3840, 2160, 2); setGameMetrics(3840, 2160, 2);
keyPress("F4"); keyPress("F4");
await sleep(1500); await sleep(1500);
click(1920, 100); click(1920, 100);
await sleep(1000); await sleep(1000);
click(3480, 1948); click(3480, 1948);
await sleep(3000); await sleep(3000);
keyPress("Escape"); keyPress("Escape");
log.info("已领取纪行奖励"); log.info("已领取纪行奖励");
})(); })();

View File

@@ -1,13 +1,13 @@
{ {
"manifest_version": 1, "manifest_version": 1,
"name": "领取纪行", "name": "领取纪行",
"version": "1.1", "version": "1.1",
"description": "用于领取纪行", "description": "用于领取纪行",
"authors": [ "authors": [
{ {
"name": "HZYgrandma", "name": "HZYgrandma",
"links": "https://github.com/HZYgrandma" "links": "https://github.com/HZYgrandma"
} }
], ],
"main": "main.js" "main": "main.js"
} }