地图追踪:香辛果新增30个 (#631)

* 完善归档路径

* 地图追踪:香辛果新增30个
This commit is contained in:
起个名字好难的喵
2025-04-22 23:24:07 +08:00
committed by GitHub
parent a2277ae6ad
commit d69f6e5bc6
125 changed files with 714 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
(async function () {
setGameMetrics(1920, 1080, 2);
// 传送到枫丹冒险家公会附近传送点
await genshin.tp(4514.18, 3630.4);
keyDown("w");
await sleep(1750);
keyUp("w");
keyDown("a");
await sleep(1330);
keyUp("a");
keyDown("w");
await sleep(1200);
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"
}