From 5637af45f335b46274db352305d5d9224f083989 Mon Sep 17 00:00:00 2001 From: Suxue Date: Tue, 26 Mar 2024 23:48:04 +0800 Subject: [PATCH] =?UTF-8?q?v0.9.7.3=20Release=EF=BC=81=201.=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=AF=BC=E5=87=BA=E6=97=B6=E9=97=B4=E8=8C=83=E5=9B=B4?= =?UTF-8?q?=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dialog/MsgDatetimePicker.xaml | 25 ++++++++++++ Dialog/MsgDatetimePicker.xaml.cs | 36 +++++++++++++++++ Export/ExportInterface.cs | 2 +- Export/HtmlExport.cs | 4 +- Export/TXTExport.cs | 4 +- Main2.xaml.cs | 3 +- Model/WXModel.cs | 2 + Pages/CreateWork.xaml.cs | 58 +++++++++++++++++++++++++--- Pages/Manager.xaml.cs | 4 +- Pages/Workspace.xaml.cs | 41 ++++++++------------ README.md | 6 +++ ViewModel/DatetimePickerViewModel.cs | 39 +++++++++++++++++++ WXUserReader.cs | 35 +++++++++++++++++ WXWorkspace.cs | 39 ++++++++++++------- WechatBakTool.csproj | 6 +-- 15 files changed, 249 insertions(+), 55 deletions(-) create mode 100644 Dialog/MsgDatetimePicker.xaml create mode 100644 Dialog/MsgDatetimePicker.xaml.cs create mode 100644 ViewModel/DatetimePickerViewModel.cs diff --git a/Dialog/MsgDatetimePicker.xaml b/Dialog/MsgDatetimePicker.xaml new file mode 100644 index 0000000..fb2104e --- /dev/null +++ b/Dialog/MsgDatetimePicker.xaml @@ -0,0 +1,25 @@ + + + + + + + + + + + + +