add 硬件控制模块 (hardware_control.py) 并修复游戏状态扫描区域宽度
- 新增 wyhkm.dll 硬件盒子 COM 接口封装,支持键盘鼠标控制 - 修复 game_state_config.json 中 scan_region_width 过小导致截图越界的问题 - 添加鼠标路径录制器、硬件测试脚本等工具 - 更新多项配置默认值 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"skinning_wait_sec": 1.5,
|
||||
"food_key": "f1",
|
||||
"eat_hp_threshold": 30,
|
||||
"eat_max_wait_sec": 30.0
|
||||
"eat_max_wait_sec": 30.0,
|
||||
"enable_mouse_loot": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user