From eff99a465a4c766c75e817cdd285e931f18f6c95 Mon Sep 17 00:00:00 2001 From: lhye Date: Sun, 18 Jan 2026 12:53:07 +0800 Subject: [PATCH] Update I_CHECK_DUEL ROI for page_duel recognition --- tasks/GameUi/assets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/GameUi/assets.py b/tasks/GameUi/assets.py index 92a69263f..87d15d27e 100644 --- a/tasks/GameUi/assets.py +++ b/tasks/GameUi/assets.py @@ -113,7 +113,7 @@ class GameUiAssets: # 百鬼奕 I_TOWN_GOTO_HYAKKISEN = RuleImage(roi_front=(192,145,48,67), roi_back=(86,130,447,100), threshold=0.8, method="Template matching", file="./tasks/GameUi/page/page_town_goto_hyakkisen.png") # description - I_CHECK_DUEL = RuleImage(roi_front=(110,10,64,38), roi_back=(79,1,110,74), threshold=0.8, method="Template matching", file="./tasks/GameUi/page/page_check_duel.png") + I_CHECK_DUEL = RuleImage(roi_front=(155,20,64,38), roi_back=(140,10,110,74), threshold=0.8, method="Template matching", file="./tasks/GameUi/page/page_check_duel.png") # description I_CHECK_DEMON_ENCOUNTER = RuleImage(roi_front=(26,658,42,43), roi_back=(2,619,100,100), threshold=0.8, method="Template matching", file="./tasks/GameUi/page/page_check_demon_encounter.png") # 检查狩猎战界面