From 5ccf928be8145de671f777152de285a9735f033f Mon Sep 17 00:00:00 2001 From: Suxue Date: Wed, 27 Sep 2023 16:16:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=88=86=E6=9E=90=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=EF=BC=9A=E8=81=8A=E5=A4=A9=E9=A2=91=E7=8E=87=E5=88=86?= =?UTF-8?q?=E6=9E=90=EF=BC=8C=E5=85=A8=E6=B6=88=E6=81=AF=E5=BA=93=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=90=9C=E7=B4=A2=20=E6=96=B0=E5=A2=9E=E5=BC=BA?= =?UTF-8?q?=E5=88=B6=E6=90=9C=E7=B4=A2=E5=B7=B2=E5=88=A0=E9=99=A4=E4=BA=BA?= =?UTF-8?q?=E5=91=98=EF=BC=88=E4=BB=8E=E6=B6=88=E6=81=AF=E5=BA=93=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- Analyse.xaml | 36 +++++++++++++ Analyse.xaml.cs | 106 ++++++++++++++++++++++++++++++++++++++ Main.xaml | 8 +-- Main.xaml.cs | 33 ++++++++++-- Model/WXModel.cs | 10 ++++ README.md | 15 +++--- WXUserReader.cs | 51 +++++++++++++++--- WechatPCMsgBakTool.csproj | 6 +-- 9 files changed, 245 insertions(+), 23 deletions(-) create mode 100644 Analyse.xaml create mode 100644 Analyse.xaml.cs diff --git a/.gitignore b/.gitignore index 9491a2f..9dd6817 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,5 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/WechatPCMsgBakTool.csproj diff --git a/Analyse.xaml b/Analyse.xaml new file mode 100644 index 0000000..43caa13 --- /dev/null +++ b/Analyse.xaml @@ -0,0 +1,36 @@ + + + + + + + + + + + +