From 83d287fb3067a029514bd95d400044f38577d192 Mon Sep 17 00:00:00 2001 From: Kyouka Date: Sat, 31 Aug 2024 14:50:44 +0800 Subject: [PATCH] fixed bug --- DoroHelper.ahk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/DoroHelper.ahk b/DoroHelper.ahk index dec7e58..fc18f1e 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -18,7 +18,7 @@ stdScreenH := 2160 waitTolerance := 50 colorTolerance := 15 -currentVersion := "v0.1.3" +currentVersion := "v0.1.4" usr := "kyokakawaii" repo := "DoroHelper" @@ -72,7 +72,7 @@ ClickOnCheckForUpdate(*) } } else { - MsgBox "当前客户端已是最新版本。" + MsgBox "当前Doro已是最新版本。" } } @@ -320,6 +320,9 @@ CashShop() while !UserCheckColor(stdCkptX, stdCkptY, desiredColor, scrRatio) { UserClick(stdTargetX, stdTargetY, scrRatio) Sleep sleepTime + if UserCheckColor([2088], [1327], ["0x00A0EB"], scrRatio) { + UserClick(2202, 1342, scrRatio) + } if A_Index > waitTolerance { MsgBox "进入付费商店失败!" ExitApp