BOSS一条龙新增两个点位,优化了其他两个点位的传送 (#800)

* 测试

* 你的提交信息

* 周本全2.0更新以及打牌更新

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* 打牌、周本bug 修复

* 新增两个周本,以及减少了了进入周本的时间

* Update settings.json

* 自动回能BUG修复

* BOSS一条龙新增两个点位,优化了其他两个点位的传送
This commit is contained in:
5117600049
2025-05-13 16:41:05 +08:00
committed by GitHub
parent 9ae6af0e4f
commit c73f036df6
13 changed files with 82 additions and 13 deletions

View File

@@ -117,9 +117,9 @@ const autoNavigateToReward = async () => {
}
// 3. 前进一小步
keyDown("w");
await sleep(800);
await sleep(500);
keyUp("w");
await sleep(100); // 等待角色移动稳定
await sleep(200); // 等待角色移动稳定
}
}