style(SettingsViews): 为XAML文件添加设计时属性和修复格式

为多个设置页面添加d:IsExpanded和d:Visibility设计时属性
修复AboutPage.xaml的BOM头问题
统一SettingsExpander的格式
This commit is contained in:
PrefacedCorg
2026-04-24 07:39:31 +08:00
parent 48b0e09278
commit 42854ff924
6 changed files with 34 additions and 14 deletions
@@ -56,7 +56,8 @@
<!-- 窗口置顶 -->
<ui:SettingsExpander x:Name="ExpanderAlwaysOnTop"
Header="{i18n:I18n Key=Startup_TopMost}"
Description="{i18n:I18n Key=Startup_TopMostHint}">
Description="{i18n:I18n Key=Startup_TopMostHint}"
d:IsExpanded="True">
<ui:SettingsExpander.HeaderIcon>
<ui:FontIcon Icon="{x:Static ui:SegoeFluentIcons.Pinned}" />
</ui:SettingsExpander.HeaderIcon>