This commit is contained in:
2026-02-06 17:23:19 +08:00
parent b715d32556
commit 4d21847920
4 changed files with 257 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ using Cosmos.Core;
using Cosmos.Core.Memory;
using UniLua;
using Cosmos.HAL;
using CMLeonOS.Commands;
namespace CMLeonOS
{
@@ -1539,6 +1540,11 @@ namespace CMLeonOS
Commands.TestGuiCommand.RunTestGui();
}
public void ProcessLabyrinth()
{
Commands.LabyrinthCommand.ProcessLabyrinth();
}
public void ProcessAlias(string args)
{
if (string.IsNullOrWhiteSpace(args))