From ff6532b52e5f9cf4e9fb4ee4209bf9f54175d74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8F=90=E7=93=A6=E7=89=B9=E9=92=93=E9=B1=BC=E7=8E=B3?= =?UTF-8?q?=E5=B8=88?= <144542161+Hijiwos@users.noreply.github.com> Date: Mon, 25 Aug 2025 09:39:36 +0800 Subject: [PATCH] =?UTF-8?q?JS=E8=84=9A=E6=9C=AC=EF=BC=9A=E6=8F=90=E7=93=A6?= =?UTF-8?q?=E7=89=B9=E5=85=A8=E8=87=AA=E5=8A=A8=E9=92=93=E9=B1=BC=E3=80=90?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E3=80=91=20(#1694)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 优化部分点位&调式功能 * 修正 --- repo/js/AutoFishingTeyvat/README.md | 2 +- .../assets/pathing/渊下宫-垂钓点-蛇心之地西北.json | 4 ++-- repo/js/AutoFishingTeyvat/main.js | 4 ++-- repo/js/AutoFishingTeyvat/manifest.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/repo/js/AutoFishingTeyvat/README.md b/repo/js/AutoFishingTeyvat/README.md index 16fbe3115..a61b05f96 100644 --- a/repo/js/AutoFishingTeyvat/README.md +++ b/repo/js/AutoFishingTeyvat/README.md @@ -29,4 +29,4 @@ 作者:提瓦特钓鱼玳师 -脚本反馈邮箱:hijiwos@hotmail.com +脚本反馈邮箱:hijiwos@hotmail.com \ No newline at end of file diff --git a/repo/js/AutoFishingTeyvat/assets/pathing/渊下宫-垂钓点-蛇心之地西北.json b/repo/js/AutoFishingTeyvat/assets/pathing/渊下宫-垂钓点-蛇心之地西北.json index 7b356ba17..d4a7acfa0 100644 --- a/repo/js/AutoFishingTeyvat/assets/pathing/渊下宫-垂钓点-蛇心之地西北.json +++ b/repo/js/AutoFishingTeyvat/assets/pathing/渊下宫-垂钓点-蛇心之地西北.json @@ -65,8 +65,8 @@ }, { "id": 7, - "x": 477.826, - "y": -185.83, + "x": 473.201, + "y": -180.944, "action": "combat_script", "move_mode": "walk", "action_params": "wait(0.5),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)", diff --git a/repo/js/AutoFishingTeyvat/main.js b/repo/js/AutoFishingTeyvat/main.js index 7b8c20fc3..44c380856 100644 --- a/repo/js/AutoFishingTeyvat/main.js +++ b/repo/js/AutoFishingTeyvat/main.js @@ -516,8 +516,8 @@ log.info(`该钓鱼点的时间: ${fishing_time}`); - // 检查垂钓点CD - if (fishing_cd) { + // 检查垂钓点CD(调式模式不记录) + if (fishing_cd && !is_con) { let current_cd = read_archive(file_name, uid); if (current_cd !== null) { const now = Date.now(); diff --git a/repo/js/AutoFishingTeyvat/manifest.json b/repo/js/AutoFishingTeyvat/manifest.json index fe8eb4638..53d477b03 100644 --- a/repo/js/AutoFishingTeyvat/manifest.json +++ b/repo/js/AutoFishingTeyvat/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "提瓦特自动钓鱼(全流程+自选)", - "version": "2.2.5", + "version": "2.2.6", "bgi_version": "0.47.0", "description": "支持自动追踪并垂钓bgi支持的全提瓦特垂钓点", "authors": [