From 1cb77b4f48ddd0a4c24e8b4c6af7338f2e9b12cd Mon Sep 17 00:00:00 2001 From: PrefacedCorg <1876568293@qq.com> Date: Fri, 1 May 2026 00:47:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E8=AE=BE=E7=BD=AE=E9=A1=B5=E9=9D=A2):?= =?UTF-8?q?=20=E7=A7=BB=E9=99=A4=E7=8B=AC=E7=AB=8B=E7=9A=84=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E8=AE=BE=E7=BD=AE=E9=A1=B5=E9=9D=A2=E5=B9=B6=E5=90=88?= =?UTF-8?q?=E5=B9=B6=E5=88=B0=E8=B0=83=E8=AF=95=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将图标设置功能从独立的 IconographyPage 迁移到 DebugPage 中,简化页面结构 删除不再使用的 IconographyPage.xaml 和 IconographyPage.xaml.cs 文件 --- .../SettingsViews/Pages/DebugPage.xaml | 25 ++++++++++- .../SettingsViews/Pages/IconographyPage.xaml | 41 ------------------- .../Pages/IconographyPage.xaml.cs | 10 ----- 3 files changed, 24 insertions(+), 52 deletions(-) delete mode 100644 Ink Canvas/Windows/SettingsViews/Pages/IconographyPage.xaml delete mode 100644 Ink Canvas/Windows/SettingsViews/Pages/IconographyPage.xaml.cs diff --git a/Ink Canvas/Windows/SettingsViews/Pages/DebugPage.xaml b/Ink Canvas/Windows/SettingsViews/Pages/DebugPage.xaml index 22ee9807..92319451 100644 --- a/Ink Canvas/Windows/SettingsViews/Pages/DebugPage.xaml +++ b/Ink Canvas/Windows/SettingsViews/Pages/DebugPage.xaml @@ -33,10 +33,33 @@ + + + + + + + + + + + + + + + 0 + + + + diff --git a/Ink Canvas/Windows/SettingsViews/Pages/IconographyPage.xaml b/Ink Canvas/Windows/SettingsViews/Pages/IconographyPage.xaml deleted file mode 100644 index 6c243eb0..00000000 --- a/Ink Canvas/Windows/SettingsViews/Pages/IconographyPage.xaml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - 0 - - - - - - - \ No newline at end of file diff --git a/Ink Canvas/Windows/SettingsViews/Pages/IconographyPage.xaml.cs b/Ink Canvas/Windows/SettingsViews/Pages/IconographyPage.xaml.cs deleted file mode 100644 index 49a015df..00000000 --- a/Ink Canvas/Windows/SettingsViews/Pages/IconographyPage.xaml.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace Ink_Canvas.Windows.SettingsViews.Pages -{ - public partial class IconographyPage : iNKORE.UI.WPF.Modern.Controls.Page - { - public IconographyPage() - { - InitializeComponent(); - } - } -} \ No newline at end of file