add:复制按钮

This commit is contained in:
PrefacedCorg
2026-04-05 17:01:20 +08:00
parent 9279783fc3
commit 2f54e9d7b3
5 changed files with 166 additions and 7 deletions
@@ -58,7 +58,7 @@ namespace Ink_Canvas.Windows.SettingsViews2
{ "ThemePage", typeof(ThemePage) },
{ "ColorsPage", typeof(ColorsPage) },
{ "FontsPage", typeof(FontsPage) },
{ "StartupPage", typeof(StartupPage) },
{ "StartupPage", typeof(NewSettingStartup) },
{ "AboutPage", typeof(AboutPage) },
{ "Settings", typeof(SettingsPage) }
};