diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2025-12-18 01:12:54 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-12-18 01:12:54 +0800 |
| commit | 088a09bbfd9bf8ebcdf3dd193cef688f37efe3c5 (patch) | |
| tree | 2f3f4f46456ec3d54a936d028fac207a2d851778 /JVDesktop/App.axaml | |
| parent | 764c177237dfeebfd53895a68f42145f892e9eda (diff) | |
First commit
Diffstat (limited to 'JVDesktop/App.axaml')
| -rw-r--r-- | JVDesktop/App.axaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/JVDesktop/App.axaml b/JVDesktop/App.axaml new file mode 100644 index 0000000..24e82f2 --- /dev/null +++ b/JVDesktop/App.axaml @@ -0,0 +1,15 @@ +<Application xmlns="https://github.com/avaloniaui" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + x:Class="JVDesktop.App" + xmlns:local="using:JVDesktop" + RequestedThemeVariant="Default"> + <!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. --> + + <Application.DataTemplates> + <local:ViewLocator/> + </Application.DataTemplates> + + <Application.Styles> + <FluentTheme /> + </Application.Styles> +</Application>
\ No newline at end of file |
