fix: 赠送线索后的弹窗会挡住自己新线索的图标

This commit is contained in:
uye
2025-12-16 17:31:00 +08:00
parent 46c2464bb4
commit 2106057d13

View File

@@ -43,6 +43,8 @@ bool asst::InfrastReceptionTask::_run()
return false;
}
// 赠送线索后的弹窗会挡住自己新线索的图标
sleep(500);
get_self_clue();
if (need_exit()) {
return false;