aboutsummaryrefslogtreecommitdiff
path: root/manager/App.axaml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-22 06:15:44 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-22 06:15:44 +0800
commite6bf6f5091caf3b4366894643671bc4586794cda (patch)
tree18f1ed3eb8820218ebfb9b2fad3da97c3bdaaa10 /manager/App.axaml
parent7091f88c9f0bbbad6959874993145cbd06c1886a (diff)
feat: add GUI manager and integrate into build pipeline
Diffstat (limited to 'manager/App.axaml')
-rw-r--r--manager/App.axaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/manager/App.axaml b/manager/App.axaml
new file mode 100644
index 0000000..d9eaaee
--- /dev/null
+++ b/manager/App.axaml
@@ -0,0 +1,10 @@
+<Application xmlns="https://github.com/avaloniaui"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ x:Class="manager.App"
+ RequestedThemeVariant="Default">
+ <!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
+
+ <Application.Styles>
+ <FluentTheme />
+ </Application.Styles>
+</Application> \ No newline at end of file