实现用户态程序

This commit is contained in:
2026-03-27 21:32:18 +08:00
parent 7a7d44e9d8
commit 0988f4c820
13 changed files with 293 additions and 5 deletions

View File

@@ -239,6 +239,9 @@ namespace CMLeonOS.shell
case "markit":
shell.ProcessMarkit(args);
break;
case "runbin":
shell.ProcessRunbin(args);
break;
case "femboy":
shell.ProcessFemboy();
break;
@@ -257,6 +260,9 @@ namespace CMLeonOS.shell
case "exportbackground":
shell.ProcessExportBackground(args);
break;
case "exporttestexe":
shell.ProcessExportTestExe(args);
break;
default:
shell.ShowError($"Unknown command: {command}");
break;