From 5e16ca4f41b2ae0b1e0d57be340cbf28286fe1f7 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 22 Jun 2026 07:21:10 +0800 Subject: feat(manager): implement GUI dashboard with config management --- manager/App.axaml | 16 +- manager/MainWindow.axaml | 247 ++++++++++++++++++++++- manager/MainWindow.axaml.cs | 441 ++++++++++++++++++++++++++++++++++++++++- manager/MessageBox.axaml | 25 +++ manager/MessageBox.axaml.cs | 60 ++++++ manager/ProcessWindow.axaml | 43 ++++ manager/ProcessWindow.axaml.cs | 104 ++++++++++ manager/Program.cs | 8 +- manager/manager.csproj | 18 +- 9 files changed, 935 insertions(+), 27 deletions(-) create mode 100644 manager/MessageBox.axaml create mode 100644 manager/MessageBox.axaml.cs create mode 100644 manager/ProcessWindow.axaml create mode 100644 manager/ProcessWindow.axaml.cs (limited to 'manager') diff --git a/manager/App.axaml b/manager/App.axaml index d9eaaee..7b5a966 100644 --- a/manager/App.axaml +++ b/manager/App.axaml @@ -1,10 +1,10 @@ - - - + - + - \ No newline at end of file + diff --git a/manager/MainWindow.axaml b/manager/MainWindow.axaml index 1aa61b8..84337ad 100644 --- a/manager/MainWindow.axaml +++ b/manager/MainWindow.axaml @@ -1,9 +1,240 @@ - - Welcome to Avalonia! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +