From 0b022fe9c1125fa1de7751f4421f1c5617cb9680 Mon Sep 17 00:00:00 2001 From: milimoe Date: Mon, 17 Mar 2025 00:42:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=BA=9B=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OshimaModes/MainWindow.xaml | 52 +++++++++++++++++++++++++++ OshimaModes/MainWindow.xaml.cs | 37 +++++++++++++++++++ OshimaModes/MainWindowViewModel.cs | 57 ++++++++++++++++++++++++++++++ OshimaServers/FastAutoServer.cs | 1 + OshimaWebAPI/OshimaWebAPI.cs | 14 +++++++- 5 files changed, 160 insertions(+), 1 deletion(-) create mode 100644 OshimaModes/MainWindow.xaml create mode 100644 OshimaModes/MainWindow.xaml.cs create mode 100644 OshimaModes/MainWindowViewModel.cs diff --git a/OshimaModes/MainWindow.xaml b/OshimaModes/MainWindow.xaml new file mode 100644 index 0000000..1ef304f --- /dev/null +++ b/OshimaModes/MainWindow.xaml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +