JS脚本归档 (#599)

This commit is contained in:
起个名字好难的喵
2025-04-18 23:22:20 +08:00
committed by GitHub
parent 16cbcfc011
commit 9873074579
177 changed files with 1346 additions and 1346 deletions

14
archive/LastParty/main.js Normal file
View File

@@ -0,0 +1,14 @@
(async function () {
await sleep(15000);
setGameMetrics(3840, 2160, 2);
keyPress("L");
await sleep(4500);
click(150, 1078);
await sleep(800);
click(3200, 2050);
await sleep(1000);
keyPress("Escape");
await sleep(1000);
log.info("已切换至上一队");
})();

View File

@@ -0,0 +1,12 @@
{
"manifest_version": 1,
"name": "切换上一队",
"version": "1.0",
"description": "用于切换到上一队",
"authors": [
{
"name": "HZYgrandma",
}
],
"main": "main.js",
}