软件管理器

This commit is contained in:
2026-02-10 01:48:04 +08:00
parent 350db3140d
commit 25c7326bb2
9 changed files with 264 additions and 2 deletions

View File

@@ -55,6 +55,9 @@ namespace CMLeonOS.shell
case "matrix":
shell.ShowMatrix();
break;
case "app":
shell.ProcessApp(args);
break;
case "diff":
shell.DiffFiles(args);
break;