更改些东西

This commit is contained in:
2026-02-26 13:33:53 +08:00
parent 2e8ef4ef91
commit e8e45ef7ae
5 changed files with 18 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ namespace CMLeonOS.Commands
public static void ProcessAbout()
{
Console.WriteLine("CMLeonOS Project");
Console.WriteLine("By LeonOS 2 Developement Team");
Console.WriteLine("By LeonOS 2 Developer Team");
}
}
}