refactor(设置): 清理并重构设置页面代码
删除未使用的设置页面文件,包括外观、设计、字体、主题等页面 简化主页导航逻辑,移除动态生成导航项代码 更新导航菜单项图标和跳转逻辑 优化页面布局和代码结构
This commit is contained in:
@@ -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) },
|
||||
|
||||
Reference in New Issue
Block a user