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

@@ -627,6 +627,11 @@ namespace CMLeonOS
Commands.Utility.BeepCommand.ProcessBeep();
}
public void ProcessFemboy()
{
Commands.Utility.FemboyCommand.ProcessFemboy();
}
public void ChangePrompt(string args)
{
Commands.Utility.PromptCommand.ChangePrompt(args, ref prompt);