This commit is contained in:
2026-02-06 17:23:19 +08:00
parent b715d32556
commit 4d21847920
4 changed files with 257 additions and 0 deletions

View File

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