From 3e2fc4872a546ff838243a71252e1dc9e89e1fa4 Mon Sep 17 00:00:00 2001 From: UCPr <2032385471@qq.com> Date: Fri, 26 Jul 2024 22:05:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E5=9B=BD=E9=99=85=E6=9C=8Dap?= =?UTF-8?q?p=E6=A0=87=E9=A2=98=E5=90=8D=E4=B8=8D=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/common.ahk | 2 +- "\351\233\266\345\217\267\344\270\232\347\273\251.ahk" | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/common.ahk b/components/common.ahk index 2f999d1..7c34ee4 100644 --- a/components/common.ahk +++ b/components/common.ahk @@ -1,7 +1,7 @@ /** 激活绝区零窗口 */ activateZZZ() { try { - WinActivate("绝区零 ahk_class UnityWndClass") + WinActivate("ahk_exe ZenlessZoneZero.exe ahk_class UnityWndClass") RandomSleep() } catch { MsgBox("【错误】未找到绝区零窗口,请进入游戏后重试", "错误", "Iconx") diff --git "a/\351\233\266\345\217\267\344\270\232\347\273\251.ahk" "b/\351\233\266\345\217\267\344\270\232\347\273\251.ahk" index 8df8936..10ecb1d 100644 --- "a/\351\233\266\345\217\267\344\270\232\347\273\251.ahk" +++ "b/\351\233\266\345\217\267\344\270\232\347\273\251.ahk" @@ -13,7 +13,6 @@ CoordMode("Mouse", "Window") CoordMode("Pixel", "Window") SendMode("Input") #SingleInstance Force -SetTitleMatchMode(2) #WinActivateForce SetControlDelay(1) SetWinDelay(0)