地脉花:修复无法关闭领奖界面
This commit is contained in:
@@ -1274,6 +1274,10 @@ async function adjustViewForReward(boxIconRo) {
|
||||
let res = resList[i];
|
||||
if (res.text.includes("原粹树脂")) {
|
||||
log.info("误触发领取页面,尝试关闭页面")
|
||||
keyPress("ESCAPE");
|
||||
await sleep(500);
|
||||
keyPress("ESCAPE");
|
||||
await sleep(500);
|
||||
await genshin.returnMainUi();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user