mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
GUI测试+Lua增加计时器
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user