改壁纸+exportbackground命令+似乎修复但没完全修复一些bug

This commit is contained in:
2026-03-08 22:18:50 +08:00
parent 2138a4b392
commit 80413769f0
9 changed files with 67 additions and 15 deletions

View File

@@ -239,6 +239,9 @@ namespace CMLeonOS.shell
case "unalias":
shell.ProcessUnalias(args);
break;
case "exportbackground":
shell.ProcessExportBackground(args);
break;
default:
shell.ShowError($"Unknown command: {command}");
break;