更新:添加鼠标图标识别、复活逻辑优化、参数配置加载修复、目标血量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

@@ -21,6 +21,8 @@ _DEFAULTS = {
"scan_region_height": 15,
"offset_left": 20,
"offset_top": 45,
"mouse_path_base_window_width": 2560,
"mouse_path_base_window_height": 1600,
# 巡逻上马coordinate_patrol与 GUI「参数配置」一致
"enable_mount": True,
"mount_key": "x",
@@ -223,4 +225,4 @@ if __name__ == "__main__":
print(f"\r[状态] {format_game_state_line(state)}", end="")
time.sleep(0.5)
except KeyboardInterrupt:
print("\n已停止。")
print("\n已停止。")