From fd423cc2565b77fd008f134a4d8b4445ff98c75e Mon Sep 17 00:00:00 2001 From: guoh064 <50830808+guoh064@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:40:48 +0800 Subject: [PATCH] Upd: FLEET_LOW_RESOLVE area --- module/os/fleet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/os/fleet.py b/module/os/fleet.py index 6d0f20bf2..e2cec213a 100644 --- a/module/os/fleet.py +++ b/module/os/fleet.py @@ -62,7 +62,7 @@ class PercentageOcr(Ocr): FLEET_LOW_RESOLVE = Button( - area=(144, 148, 170, 175), color=(255, 44, 33), button=(144, 148, 170, 175), + area=(294, 76, 339, 121), color=(255, 44, 33), button=(294, 76, 339, 121), name='FLEET_LOW_RESOLVE')