diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-22 06:15:44 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-22 06:15:44 +0800 |
| commit | e6bf6f5091caf3b4366894643671bc4586794cda (patch) | |
| tree | 18f1ed3eb8820218ebfb9b2fad3da97c3bdaaa10 /manager/MainWindow.axaml | |
| parent | 7091f88c9f0bbbad6959874993145cbd06c1886a (diff) | |
feat: add GUI manager and integrate into build pipeline
Diffstat (limited to 'manager/MainWindow.axaml')
| -rw-r--r-- | manager/MainWindow.axaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manager/MainWindow.axaml b/manager/MainWindow.axaml new file mode 100644 index 0000000..1aa61b8 --- /dev/null +++ b/manager/MainWindow.axaml @@ -0,0 +1,9 @@ +<Window xmlns="https://github.com/avaloniaui" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" + x:Class="manager.MainWindow" + Title="manager"> + Welcome to Avalonia! +</Window> |
