干掉了浩方查马甲代码

This commit is contained in:
2024-08-24 01:54:11 +02:00
parent 08700abd4f
commit 66458e831c
15 changed files with 217 additions and 434 deletions

View File

@@ -52,18 +52,6 @@ namespace AnotherReplayReader
return h;
});
}
_ = Auth.Id.ContinueWith(t => Dispatcher.Invoke(() =>
{
if (t.Result is { } id)
{
_idBox.Text = id;
}
else
{
_bottom.Visibility = Visibility.Collapsed;
}
}));
}
private void OnHyperlinkRequestNavigate(object sender, System.Windows.Navigation.RequestNavigateEventArgs e)