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

@@ -190,6 +190,9 @@ namespace CMLeonOS.shell
case "testgui":
shell.ProcessTestGui();
break;
case "testtui":
shell.ProcessTestTUI();
break;
case "labyrinth":
shell.ProcessLabyrinth();
break;