boom命令

This commit is contained in:
2026-03-21 23:21:02 +08:00
parent ca30113efb
commit 126017b26c
8 changed files with 64 additions and 2 deletions

View File

@@ -239,6 +239,9 @@ namespace CMLeonOS.shell
case "femboy":
shell.ProcessFemboy();
break;
case "boom":
shell.ProcessBoom();
break;
case "alias":
shell.ProcessAlias(args);
break;