feat: Added some UI animation effects.

This commit is contained in:
real-zony
2024-06-30 21:58:41 +08:00
parent 3b0c55ac00
commit 6ad2992144
4 changed files with 139 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
<ic:SymbolIconSource x:Key="SettingsIcon" Symbol="Settings" />
<ic:SymbolIconSource x:Key="DownloadIcon" Symbol="ArrowDownload" />
<ic:SymbolIconSource x:Key="TagIcon" Symbol="Tag" />
<FontFamily x:Key="GlobalFontFamily">Microsoft YaHei, Simsun, Arial</FontFamily>
</ResourceDictionary>
</Application.Resources>
@@ -30,5 +30,6 @@
<Style Selector="TextBlock">
<Setter Property="FontFamily" Value="{StaticResource GlobalFontFamily}" />
</Style>
<StyleInclude Source="/Controls/DownloadStatusControl.axaml" />
</Application.Styles>
</Application>