fix(UI/Dlass): 修改Dlass设置界面文本和样式

Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com>
This commit is contained in:
doudou0720
2026-02-24 14:51:53 +08:00
parent 8a9a4c8b0f
commit 4a9d492571
+3 -4
View File
@@ -607,7 +607,7 @@
Margin="0,2,0,1"/> Margin="0,2,0,1"/>
<!-- 自动上传设置 --> <!-- 自动上传设置 -->
<TextBlock Text="自动上传设置" <TextBlock Text="自动上传笔记"
FontSize="16" FontSize="16"
FontWeight="SemiBold" FontWeight="SemiBold"
Foreground="{StaticResource TextForeground}" Foreground="{StaticResource TextForeground}"
@@ -615,7 +615,6 @@
<ui:SimpleStackPanel Orientation="Vertical" Spacing="4"> <ui:SimpleStackPanel Orientation="Vertical" Spacing="4">
<ui:ToggleSwitch x:Name="ToggleSwitchAutoUploadNotes" <ui:ToggleSwitch x:Name="ToggleSwitchAutoUploadNotes"
Header="自动上传笔记"
FontSize="14" FontSize="14"
Foreground="{StaticResource TextForeground}" Foreground="{StaticResource TextForeground}"
OnContent="启用" OnContent="启用"
@@ -631,8 +630,8 @@
<TextBlock Text="上传延迟时间可在“通用设置”中配置" <TextBlock Text="* 上传延迟时间可在“通用设置”中配置"
FontSize="12" FontSize="10"
Foreground="{StaticResource TextSecondary}" Foreground="{StaticResource TextSecondary}"
TextWrapping="Wrap" TextWrapping="Wrap"
Margin="0,2,0,0"/> Margin="0,2,0,0"/>