From a2f21357b673923441040503e3901110eeaa25a9 Mon Sep 17 00:00:00 2001 From: PrefacedCorg <1876568293@qq.com> Date: Tue, 31 Mar 2026 00:25:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E6=9C=8D=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/Windows/SettingsViews2/Pages/Basic.xaml.cs | 2 +- .../SettingsViews2/Pages/{Startup.xaml => Startupa.xaml} | 2 +- .../Pages/{Startup.xaml.cs => Startupa.xaml.cs} | 4 ++-- Ink Canvas/Windows/SettingsViews2/SettingsWindow2.xaml | 4 ++-- Ink Canvas/Windows/SettingsViews2/SettingsWindow2.xaml.cs | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) rename Ink Canvas/Windows/SettingsViews2/Pages/{Startup.xaml => Startupa.xaml} (92%) rename Ink Canvas/Windows/SettingsViews2/Pages/{Startup.xaml.cs => Startupa.xaml.cs} (89%) diff --git a/Ink Canvas/Windows/SettingsViews2/Pages/Basic.xaml.cs b/Ink Canvas/Windows/SettingsViews2/Pages/Basic.xaml.cs index 1f99ab65..167fa972 100644 --- a/Ink Canvas/Windows/SettingsViews2/Pages/Basic.xaml.cs +++ b/Ink Canvas/Windows/SettingsViews2/Pages/Basic.xaml.cs @@ -32,7 +32,7 @@ namespace Ink_Canvas.Windows.SettingsViews2.Pages if (settingsWindow != null) { // 调用NavigateToPage方法导航到启动页面 - settingsWindow.NavigateToPage("Startup"); + settingsWindow.NavigateToPage("Startupa"); } } } diff --git a/Ink Canvas/Windows/SettingsViews2/Pages/Startup.xaml b/Ink Canvas/Windows/SettingsViews2/Pages/Startupa.xaml similarity index 92% rename from Ink Canvas/Windows/SettingsViews2/Pages/Startup.xaml rename to Ink Canvas/Windows/SettingsViews2/Pages/Startupa.xaml index 8292aea2..cdd42020 100644 --- a/Ink Canvas/Windows/SettingsViews2/Pages/Startup.xaml +++ b/Ink Canvas/Windows/SettingsViews2/Pages/Startupa.xaml @@ -1,4 +1,4 @@ - /// Startup.xaml 的交互逻辑 /// - public partial class Startup : Page + public partial class Startupa : Page { - public Startup() + public Startupa() { InitializeComponent(); } diff --git a/Ink Canvas/Windows/SettingsViews2/SettingsWindow2.xaml b/Ink Canvas/Windows/SettingsViews2/SettingsWindow2.xaml index b8d88f5d..7b1a0bfa 100644 --- a/Ink Canvas/Windows/SettingsViews2/SettingsWindow2.xaml +++ b/Ink Canvas/Windows/SettingsViews2/SettingsWindow2.xaml @@ -77,9 +77,9 @@ diff --git a/Ink Canvas/Windows/SettingsViews2/SettingsWindow2.xaml.cs b/Ink Canvas/Windows/SettingsViews2/SettingsWindow2.xaml.cs index d9c59ec3..b5d6a7ba 100644 --- a/Ink Canvas/Windows/SettingsViews2/SettingsWindow2.xaml.cs +++ b/Ink Canvas/Windows/SettingsViews2/SettingsWindow2.xaml.cs @@ -28,7 +28,7 @@ namespace Ink_Canvas.Windows.SettingsViews2 { "Theme", typeof(Theme) }, { "Colors", typeof(Colors) }, { "Fonts", typeof(Fonts) }, - { "Startup", typeof(Startup) }, + { "Startupa", typeof(Startupa) }, { "About", typeof(About) }, { "Settings", typeof(SettingsPage) } };