archive JS

This commit is contained in:
起个名字好难
2025-05-08 01:24:49 +08:00
parent 70cd42d376
commit 7a9f3296bb
33 changed files with 4832 additions and 4832 deletions

View File

@@ -0,0 +1,16 @@
(async function () {
setGameMetrics(1920, 1080, 2);
// 传送到枫丹冒险家公会附近传送点
await genshin.tp(4514.18, 3630.4);
keyDown("w");
await sleep(4500);
keyUp("w");
keyDown("d");
await sleep(500);
keyUp("d");
keyDown("w");
await sleep(1450);
keyUp("w");
log.info("已到达合成台旁");
})();

View File

@@ -0,0 +1,13 @@
{
"manifest_version": 1,
"name": "传送到合成台",
"version": "1.1",
"description": "传送到枫丹合成台旁边,可搭配合成浓缩树脂",
"authors": [
{
"name": "Lix",
"link": "https://github.com/iclae"
}
],
"main": "main.js"
}