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 () {
setGameMetrics(3840, 2160, 2);
keyPress("F4");
await sleep(1500);
click(1920, 100);
await sleep(1000);
click(3480, 1948);
await sleep(3000);
keyPress("Escape");
log.info("已领取纪行奖励");
})();
(async function () {
setGameMetrics(3840, 2160, 2);
keyPress("F4");
await sleep(1500);
click(1920, 100);
await sleep(1000);
click(3480, 1948);
await sleep(3000);
keyPress("Escape");
log.info("已领取纪行奖励");
})();

View File

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