diff --git a/repo/js/AutoPlan/README.md b/repo/js/AutoPlan/README.md index 31a8d2ba8..cfc5dd2a5 100644 --- a/repo/js/AutoPlan/README.md +++ b/repo/js/AutoPlan/README.md @@ -302,8 +302,11 @@ | 0.0.1 | oiJbmjU2R0NniiwiZxh | 0.0.4+ | | 0.0.2 | oiJbmjU2R0NniiwiZxh | 0.0.5+ | | 0.0.3 | oiJbmjU2R0NniiwiZxh | 0.0.6+ | +| 0.0.4 | oiJbmjU2R0NniiwiZxh | 0.0.6+ | ## 版本历史(简要) +### 0.0.4 2026.03.25 +- 修复识别异常 ### 0.0.3 2026.03.13 - 健全体力识别(双重识别兜底) ### 0.0.2 2026.03.07 diff --git a/repo/js/AutoPlan/manifest.json b/repo/js/AutoPlan/manifest.json index c8077be74..1d6d4c044 100644 --- a/repo/js/AutoPlan/manifest.json +++ b/repo/js/AutoPlan/manifest.json @@ -1,6 +1,6 @@ { "name": "自动体力计划", - "version": "0.0.3", + "version": "0.0.4", "description": "", "settings_ui": "settings.json", "main": "main.js", diff --git a/repo/js/AutoPlan/utils/physical.js b/repo/js/AutoPlan/utils/physical.js index adc7d2cfb..b8b464a9b 100644 --- a/repo/js/AutoPlan/utils/physical.js +++ b/repo/js/AutoPlan/utils/physical.js @@ -349,7 +349,7 @@ async function countOriginalResin(tryOriginalMode, opToMainUi, openMap) { return ocr_physical?.current; } else { //异常 退出至地图 尝试使用原始模式 - await keyPress("VK_ESCAPE") + // await keyPress("VK_ESCAPE") log.error(`ocrPhysical error`); throw new Error("ocrPhysical error"); }