From e6bf6f5091caf3b4366894643671bc4586794cda Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 22 Jun 2026 06:15:44 +0800 Subject: feat: add GUI manager and integrate into build pipeline --- manager/MainWindow.axaml.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 manager/MainWindow.axaml.cs (limited to 'manager/MainWindow.axaml.cs') diff --git a/manager/MainWindow.axaml.cs b/manager/MainWindow.axaml.cs new file mode 100644 index 0000000..82d8dc2 --- /dev/null +++ b/manager/MainWindow.axaml.cs @@ -0,0 +1,11 @@ +using Avalonia.Controls; + +namespace manager; + +public partial class MainWindow : Window +{ + public MainWindow() + { + InitializeComponent(); + } +} \ No newline at end of file -- cgit