Skip to content

Commit 084bc05

Browse files
committed
feat: 更新自动驱离终止通知方式,增加声音提示
1 parent 145ab2e commit 084bc05

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tasks/AutoExpulsion.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ def do_run(self):
6363
if _count >= self.config.get("刷几次", 999):
6464
self.sleep(1)
6565
self.open_in_mission_menu()
66-
self.log_info("任务终止")
66+
self.log_info_notify("任务终止")
67+
self.soundBeep()
6768
return
6869
self.log_info("任务开始")
6970
self.sleep(2.5)

0 commit comments

Comments
 (0)