From edb206ffa5914b97ac7f892386027ef73458bc77 Mon Sep 17 00:00:00 2001 From: CJKmkp <2564608840@qq.com> Date: Sun, 31 Aug 2025 15:35:28 +0800 Subject: [PATCH] =?UTF-8?q?add:=E6=96=B0=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/InkCanvasForClass.csproj | 9 +- Ink Canvas/MainWindow.xaml | 15 + Ink Canvas/MainWindow.xaml.cs | 16 + .../SettingsViews/AboutPanel.xaml | 191 + .../SettingsViews/AboutPanel.xaml.cs | 243 ++ .../SettingsViews/AppearancePanel.xaml | 12 + .../SettingsViews/AppearancePanel.xaml.cs | 76 + .../FloatingBarDnDSettingsPanel.xaml | 98 + .../FloatingBarDnDSettingsPanel.xaml.cs | 128 + .../SettingsViews/SettingsBaseView.xaml | 54 + .../SettingsViews/SettingsBaseView.xaml.cs | 184 + .../Windows/SettingsViews/SettingsWindow.xaml | 3273 +++++++++++++++++ .../SettingsViews/SettingsWindow.xaml.cs | 325 ++ ...vasForClass.csproj.AssemblyReference.cache | Bin 35374 -> 35826 bytes 14 files changed, 4618 insertions(+), 6 deletions(-) create mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/AboutPanel.xaml create mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/AboutPanel.xaml.cs create mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/AppearancePanel.xaml create mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/AppearancePanel.xaml.cs create mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/FloatingBarDnDSettingsPanel.xaml create mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/FloatingBarDnDSettingsPanel.xaml.cs create mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/SettingsBaseView.xaml create mode 100644 Ink Canvas/Windows/SettingsViews/SettingsViews/SettingsBaseView.xaml.cs create mode 100644 Ink Canvas/Windows/SettingsViews/SettingsWindow.xaml create mode 100644 Ink Canvas/Windows/SettingsViews/SettingsWindow.xaml.cs diff --git a/Ink Canvas/InkCanvasForClass.csproj b/Ink Canvas/InkCanvasForClass.csproj index 4c53cecb..2bf113a3 100644 --- a/Ink Canvas/InkCanvasForClass.csproj +++ b/Ink Canvas/InkCanvasForClass.csproj @@ -24,12 +24,8 @@ false False true - Debug;Release;x86 Debug - - - embedded - bin\$(Configuration)\ - True + Release;x86 Debug;Debug + AnyCPU;x86 embedded @@ -128,6 +124,7 @@ + diff --git a/Ink Canvas/MainWindow.xaml b/Ink Canvas/MainWindow.xaml index 42bc95ac..98f6a1a7 100644 --- a/Ink Canvas/MainWindow.xaml +++ b/Ink Canvas/MainWindow.xaml @@ -531,6 +531,21 @@ + + + + + + + 打开新的设置窗口,提供更丰富的设置选项和更好的用户体验。 + +