增加些功能

This commit is contained in:
2026-03-14 03:31:53 +08:00
parent b507c5701a
commit b3fff31b28
42 changed files with 2777 additions and 1247 deletions

View File

@@ -239,6 +239,9 @@ namespace CMLeonOS.shell
case "unalias":
shell.ProcessUnalias(args);
break;
case "logs":
shell.ProcessLogs(args);
break;
case "exportbackground":
shell.ProcessExportBackground(args);
break;