Add bag full mailbox mailing flow

This commit is contained in:
王鹏
2026-05-07 08:33:10 +08:00
parent a9e162f00e
commit 2ee9f9d10d
7 changed files with 807 additions and 3 deletions

View File

@@ -31,6 +31,14 @@ _DEFAULTS = {
# 炉石回城
"hearthstone_key": "b",
"bag_full_hearthstone": False,
# 包满炉石后跑邮箱,并触发 MailboxCourier 插件宏
"enable_bag_full_mail": False,
"mailbox_route_json": "recorder/mailbox.json",
"mailbox_interact_key": "8",
"mail_recipient_key": "",
"mail_send_key": "f8",
"mailbox_open_wait_sec": 2.0,
"mail_send_wait_sec": 60.0,
}
SCREENSHOT_DIR = 'screenshot'