设置系统+新的RSOD

This commit is contained in:
2026-02-06 16:15:24 +08:00
parent 2124fea5e2
commit 8d6a43cd81
8 changed files with 337 additions and 74 deletions

View File

@@ -85,6 +85,9 @@ namespace CMLeonOS.shell
case "version":
shell.ProcessVersion();
break;
case "settings":
shell.ProcessSettings(args);
break;
case "about":
shell.ProcessAbout();
break;