修复传送进入秘境等待时间过短的问题 #2031

This commit is contained in:
辉鸭蛋
2025-08-09 16:33:51 +08:00
parent 90fdcf3275
commit 4e54f4e292

View File

@@ -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}:步行前往钥匙");