From 2464918c0463fbaab50044d42e4dea308b90c1b8 Mon Sep 17 00:00:00 2001 From: oc <491514064@qq.com> Date: Tue, 9 Jun 2026 22:52:13 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E9=9D=9E=E8=87=AA?= =?UTF-8?q?=E5=BE=8B=E5=AF=BB=E6=95=8C=E6=A8=A1=E5=BC=8F=E4=B8=8B=E4=B8=8D?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E8=81=8C=E8=83=BD=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/handler/fast_forward.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/handler/fast_forward.py b/module/handler/fast_forward.py index 034cca27a..5e252030f 100644 --- a/module/handler/fast_forward.py +++ b/module/handler/fast_forward.py @@ -349,7 +349,7 @@ def handle_auto_search_setting(self): Pages: in: FLEET_PREPARATION """ - if not self.map_is_auto_search: + if not self.config.FLEET_2 and not self.config.SUBMARINE: return False logger.info('自动搜索设置') From e3da880763164a31063d086950a6ba489d81ce45 Mon Sep 17 00:00:00 2001 From: oc <491514064@qq.com> Date: Wed, 19 Aug 2026 13:03:47 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E7=9A=84=E9=9D=9E=E5=91=A8=E5=9B=9E=E6=83=85=E5=86=B5=E7=9A=84?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/handler/fast_forward.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/module/handler/fast_forward.py b/module/handler/fast_forward.py index 5e252030f..b05a14b49 100644 --- a/module/handler/fast_forward.py +++ b/module/handler/fast_forward.py @@ -349,7 +349,10 @@ def handle_auto_search_setting(self): Pages: in: FLEET_PREPARATION """ - if not self.config.FLEET_2 and not self.config.SUBMARINE: + if not self.map_is_clear_mode: + return False + + if not self.map_is_auto_search and not self.config.SUBMARINE: return False logger.info('自动搜索设置')