From 6e61538dec734066e1bc37cc656015c8672b7558 Mon Sep 17 00:00:00 2001
From: PrefacedCorg <1876568293@qq.com>
Date: Sat, 25 Apr 2026 11:45:30 +0800
Subject: [PATCH] =?UTF-8?q?feat(=E8=AE=BE=E7=BD=AE=E7=95=8C=E9=9D=A2):=20?=
=?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A6=96=E9=A1=B5=E5=AF=BC=E8=88=AA=E6=96=87?=
=?UTF-8?q?=E6=9C=AC=E5=92=8C=E5=88=86=E7=BB=84=E6=A0=87=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
修改首页导航项的提示文本为"快速导航",并将设置项分组标题调整为"基本"、"主界面"和"其他",使界面分类更清晰
---
Ink Canvas/Windows/SettingsViews/Pages/HomePage.xaml | 10 +++++++---
Ink Canvas/Windows/SettingsViews/SettingsWindow.xaml | 2 +-
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/Ink Canvas/Windows/SettingsViews/Pages/HomePage.xaml b/Ink Canvas/Windows/SettingsViews/Pages/HomePage.xaml
index 85c34126..90bf28f8 100644
--- a/Ink Canvas/Windows/SettingsViews/Pages/HomePage.xaml
+++ b/Ink Canvas/Windows/SettingsViews/Pages/HomePage.xaml
@@ -30,7 +30,7 @@
Spacing="{StaticResource SettingsCardSpacing}">
+ Text="基本" />
@@ -45,14 +45,18 @@
-
+
+
-
+
+
diff --git a/Ink Canvas/Windows/SettingsViews/SettingsWindow.xaml b/Ink Canvas/Windows/SettingsViews/SettingsWindow.xaml
index 81a304cd..4e152651 100644
--- a/Ink Canvas/Windows/SettingsViews/SettingsWindow.xaml
+++ b/Ink Canvas/Windows/SettingsViews/SettingsWindow.xaml
@@ -118,7 +118,7 @@
x:Name="HomeItem"
Content="首页"
Tag="HomePage"
- ToolTipService.ToolTip="首页">
+ ToolTipService.ToolTip="快速导航">