2024-02-17 14:28:02 +08:00
|
|
|
<Application xmlns="https://github.com/avaloniaui"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2024-03-05 23:30:02 +08:00
|
|
|
x:Class="toast_mcl.App"
|
2024-02-17 14:28:02 +08:00
|
|
|
xmlns:sty="using:FluentAvalonia.Styling"
|
2024-03-05 23:30:02 +08:00
|
|
|
RequestedThemeVariant="Dark"
|
2024-02-17 14:28:02 +08:00
|
|
|
>
|
|
|
|
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
|
|
|
|
|
|
|
<Application.Styles>
|
|
|
|
<!--<FluentTheme />-->
|
|
|
|
<sty:FluentAvaloniaTheme />
|
|
|
|
</Application.Styles>
|
|
|
|
<Application.Resources>
|
2024-03-05 22:22:31 +08:00
|
|
|
<FontFamily x:Key="LXGW WenKai">avares://toast_mcl/Assets/Fonts/LXGWWenKai.ttf#LXGW WenKai</FontFamily>
|
2024-02-17 14:28:02 +08:00
|
|
|
</Application.Resources>
|
|
|
|
</Application>
|