diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-17 21:33:40 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-17 21:57:13 +0800 |
| commit | ad0943f88ba9f5ed6eae198ecb4835c0f44701de (patch) | |
| tree | 6a8eb1fee42e7ee173e74788dafeb27c52429683 /rola-desktop/App.axaml | |
chore: initialize project structure and add core modules
Diffstat (limited to 'rola-desktop/App.axaml')
| -rw-r--r-- | rola-desktop/App.axaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/rola-desktop/App.axaml b/rola-desktop/App.axaml new file mode 100644 index 0000000..bd879fe --- /dev/null +++ b/rola-desktop/App.axaml @@ -0,0 +1,15 @@ +<Application xmlns="https://github.com/avaloniaui" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + x:Class="rola_desktop.App" + xmlns:local="using:rola_desktop" + 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 |
