GUI测试+Lua增加计时器

This commit is contained in:
2026-02-05 13:15:17 +08:00
parent 66790be755
commit 33012c48e6
15 changed files with 174 additions and 27 deletions

View File

@@ -184,6 +184,9 @@ namespace CMLeonOS.shell
case "lua":
shell.ExecuteLuaScript(args);
break;
case "testgui":
shell.ProcessTestGui();
break;
default:
shell.ShowError($"Unknown command: {command}");
break;