We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13792b7 commit 86d2027Copy full SHA for 86d2027
BetterGenshinImpact/GameTask/GameLoading/GameLoading.cs
@@ -250,7 +250,7 @@ public void OnCapture(CaptureContent content)
250
// 成功进入游戏判断
251
if (Bv.IsInMainUi(content.CaptureRectArea) || Bv.IsInAnyClosableUi(content.CaptureRectArea) || Bv.IsInDomain(content.CaptureRectArea))
252
{
253
- _logger.LogInformation("当前在游戏主界面");
+ // _logger.LogInformation("当前在游戏主界面");
254
InnerSetEnabled(false);
255
return;
256
}
0 commit comments