refactor: Removed avalonia code.

This commit is contained in:
real-zony
2024-11-29 22:54:38 +08:00
parent 9ab9cd50e2
commit 7732ab52d3
31 changed files with 0 additions and 1324 deletions

View File

@@ -1,35 +0,0 @@
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="ZonyLrcTools.Desktop.App"
xmlns:local="using:ZonyLrcTools.Desktop"
xmlns:styling="clr-namespace:FluentAvalonia.Styling;assembly=FluentAvalonia"
RequestedThemeVariant="Default"
xmlns:ic="using:FluentIcons.Avalonia.Fluent">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.DataTemplates>
<local:ViewLocator />
</Application.DataTemplates>
<Application.Resources>
<ResourceDictionary>
<ic:SymbolIconSource x:Key="OpenIcon" Symbol="Open" />
<ic:SymbolIconSource x:Key="CodeIcon" Symbol="Code" />
<ic:SymbolIconSource x:Key="ChatHelpIcon" Symbol="ChatHelp" />
<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>
<Application.Styles>
<FluentTheme />
<styling:FluentAvaloniaTheme />
<Style Selector="TextBlock">
<Setter Property="FontFamily" Value="{StaticResource GlobalFontFamily}" />
</Style>
<StyleInclude Source="/Controls/DownloadStatusControl.axaml" />
</Application.Styles>
</Application>