mirror of
https://github.com/jackqqq123/luban_ui_internal.git
synced 2025-12-17 21:38:22 +08:00
第一版主工程LubanHub.App
This commit is contained in:
10
src/LubanHub.App/App.axaml
Normal file
10
src/LubanHub.App/App.axaml
Normal file
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user