femboy命令

This commit is contained in:
2026-03-15 16:06:25 +08:00
parent ffc4db82e7
commit 5a220f6cd2
5 changed files with 39 additions and 2 deletions

View File

@@ -236,6 +236,9 @@ namespace CMLeonOS.shell
case "markit":
shell.ProcessMarkit(args);
break;
case "femboy":
shell.ProcessFemboy();
break;
case "alias":
shell.ProcessAlias(args);
break;