This commit is contained in:
2026-02-10 23:02:15 +08:00
parent 22c896e38c
commit d6f11f2c8f
6 changed files with 111 additions and 5 deletions

View File

@@ -29,6 +29,11 @@ namespace CMLeonOS.Commands.Utility
{
embeddedApps["testspeed.lua"] = LuaApps.testspeed;
}
if (LuaApps.calculator != null && LuaApps.calculator.Length > 0)
{
embeddedApps["calculator.lua"] = LuaApps.calculator;
}
}
catch (Exception ex)
{