更新:添加鼠标图标识别、复活逻辑优化、参数配置加载修复、目标血量100%检测

This commit is contained in:
王鹏
2026-04-19 15:53:45 +08:00
parent 33dc741fd9
commit 6ec468a78b
46 changed files with 900 additions and 131 deletions

View File

@@ -1,14 +1,16 @@
{
"pixel_size": 17,
"block_start_x": 30,
"scan_region_width": 190,
"scan_region_width": 180,
"scan_region_height": 15,
"offset_left": 20,
"offset_top": 45,
"enable_mount": false,
"mouse_path_base_window_width": 2560,
"mouse_path_base_window_height": 1600,
"enable_mount": true,
"mount_key": "x",
"mount_hold_sec": 1.6,
"mount_hold_sec": 2.0,
"mount_retry_after_sec": 2.0,
"hearthstone_key": "b",
"bag_full_hearthstone": false
}
"hearthstone_key": "6",
"bag_full_hearthstone": true
}