地图追踪:香辛果新增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,9 @@
(async function () {
setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI
// 向前走5s
keyDown("w");
await sleep(5000);
keyUp("w");
log.info("已进入向前走5s");
})();

View File

@@ -0,0 +1,12 @@
{
"manifest_version": 1,
"name": "向前行走5秒搭配进尘歌壶脚本并在入口处放合成台可以自动走到到合成台",
"version": "1.0",
"description": "用于向前走5秒",
"authors": [
{
"name": "风埠",
}
],
"main": "main.js",
}