mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-25 10:05:49 +08:00
修复传送进入秘境等待时间过短的问题 #2031
This commit is contained in:
@@ -239,7 +239,8 @@ public class AutoStygianOnslaughtTask : ISoloTask
|
||||
.ClickUntilDisappears();
|
||||
_logger.LogInformation($"{Name}:进入秘境");
|
||||
|
||||
await page.Locator(ElementAssets.Instance.LeylineDisorderIconRo).WaitFor();
|
||||
await Delay(2000, _ct);
|
||||
await page.Locator(ElementAssets.Instance.LeylineDisorderIconRo).WaitFor(60000);
|
||||
await Delay(1000, _ct);
|
||||
|
||||
_logger.LogInformation($"{Name}:步行前往钥匙");
|
||||
|
||||
Reference in New Issue
Block a user