diff --git a/src/Snap.Hutao/Snap.Hutao/Service/Game/Island/GameIslandInterop.cs b/src/Snap.Hutao/Snap.Hutao/Service/Game/Island/GameIslandInterop.cs index 87eb72f..f578cf7 100644 --- a/src/Snap.Hutao/Snap.Hutao/Service/Game/Island/GameIslandInterop.cs +++ b/src/Snap.Hutao/Snap.Hutao/Service/Game/Island/GameIslandInterop.cs @@ -101,7 +101,8 @@ internal sealed class GameIslandInterop : IGameIslandInterop try { // Wait a bit for process to initialize - // await Task.Delay(5000, token).ConfigureAwait(false); + // await Task.Delay(500, token).ConfigureAwait(false); + // ⚠️此处需要更多调查 // Inject using RemoteThread DllInjectionUtilities.InjectUsingRemoteThread(islandPath, context.Process.Id); @@ -240,4 +241,4 @@ internal sealed class GameIslandInterop : IGameIslandInterop } } } -} \ No newline at end of file +}