refactor(设置): 清理并重构设置页面代码

删除未使用的设置页面文件,包括外观、设计、字体、主题等页面
简化主页导航逻辑,移除动态生成导航项代码
更新导航菜单项图标和跳转逻辑
优化页面布局和代码结构
This commit is contained in:
PrefacedCorg
2026-04-25 11:32:50 +08:00
parent b9651240df
commit f789a919e1
24 changed files with 85 additions and 816 deletions
@@ -37,10 +37,8 @@ namespace Ink_Canvas.Windows.SettingsViews
_pageTypes = new Dictionary<string, Type>
{
{ "HomePage", typeof(HomePage) },
{ "BasicPage", typeof(BasicPage) },
{ "StartupPage", typeof(StartupPage) },
{ "PrivacyPage", typeof(PrivacyPage) },
{ "MainInterfacePage", typeof(MainInterfacePage) },
{ "WindowPage", typeof(WindowPage) },
{ "UpdatePage", typeof(UpdatePage) },
{ "ExperimentalPage", typeof(ExperimentalPage) },