mirror of
https://github.com/jackqqq123/luban_ui_internal.git
synced 2025-11-15 13:48:24 +08:00
10 lines
417 B
Plaintext
10 lines
417 B
Plaintext
|
|
<Application xmlns="https://github.com/avaloniaui"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
x:Class="LubanHub.App.App"
|
||
|
|
RequestedThemeVariant="Default">
|
||
|
|
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
||
|
|
|
||
|
|
<Application.Styles>
|
||
|
|
<FluentTheme />
|
||
|
|
</Application.Styles>
|
||
|
|
</Application>
|