Add Ghostbox hardware and logistics automation

This commit is contained in:
王鹏
2026-05-07 15:19:59 +08:00
parent bf26de3244
commit a48ed597b4
14 changed files with 1287 additions and 323 deletions

View File

@@ -30,7 +30,13 @@ _DEFAULTS = {
"mount_retry_after_sec": 2.0,
# 炉石回城
"hearthstone_key": "b",
"hearthstone_wait_sec": 12.0,
"bag_full_hearthstone": False,
"logistics_full_auto": False,
"bag_slot_threshold": 2,
"durability_threshold": 0.2,
"repair_target_key": "8",
"repair_interact_key": "4",
# 包满炉石后跑邮箱,并触发 MailboxCourier 插件宏
"enable_bag_full_mail": False,
"mailbox_route_json": "recorder/mailbox.json",