TUI+统计

This commit is contained in:
2026-02-07 01:16:56 +08:00
parent 9d2be87d54
commit 84c4900f18
15 changed files with 2292 additions and 0 deletions

View File

@@ -1542,6 +1542,11 @@ namespace CMLeonOS
Commands.TestGuiCommand.RunTestGui();
}
public void ProcessTestTUI()
{
Commands.TestTUICommand.RunTestTUI();
}
public void ProcessLabyrinth()
{
Commands.LabyrinthCommand.ProcessLabyrinth();