From b92d1d90adb6164527789aff9e8c35f758c46596 Mon Sep 17 00:00:00 2001 From: lanyi Date: Wed, 13 Oct 2021 20:17:32 +0200 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E7=AD=9B=E9=80=89=E5=BD=95?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AnotherReplayReader.csproj | 4 ++ MainWindow.xaml | 6 ++- MainWindow.xaml.cs | 93 ++++++++++++++++++++++++++++---------- PinyinExtensions.cs | 76 +++++++++++++++++++++++++++++++ PlayerIdentity.cs | 51 +++++++++++++++------ Replay.cs | 1 - Window1.xaml.cs | 17 ++++++- 7 files changed, 205 insertions(+), 43 deletions(-) create mode 100644 PinyinExtensions.cs diff --git a/AnotherReplayReader.csproj b/AnotherReplayReader.csproj index 3bf032b..22be21c 100644 --- a/AnotherReplayReader.csproj +++ b/AnotherReplayReader.csproj @@ -91,6 +91,9 @@ 1.0.7 + + 3.0.0 + 1.0.0 @@ -118,6 +121,7 @@ + diff --git a/MainWindow.xaml b/MainWindow.xaml index 66367fc..4051df8 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -43,7 +43,7 @@