mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 10:53:59 +00:00
更新about命令
This commit is contained in:
@@ -1 +1 @@
|
|||||||
2026-03-17 20:55:18
|
2026-03-17 21:08:52
|
||||||
@@ -1 +1 @@
|
|||||||
bf213b7
|
a9e0ecb
|
||||||
@@ -22,6 +22,12 @@ namespace CMLeonOS.Commands
|
|||||||
{
|
{
|
||||||
public static void ProcessAbout()
|
public static void ProcessAbout()
|
||||||
{
|
{
|
||||||
|
Console.WriteLine(@" ____ __ __ _ ___ ____ ");
|
||||||
|
Console.WriteLine(@" / ___| \/ | | ___ ___ _ __ / _ \/ ___| ");
|
||||||
|
Console.WriteLine(@" | | | |\/| | | / _ \/ _ \| '_ \| | | \___ \ ");
|
||||||
|
Console.WriteLine(@" | |___| | | | |__| __/ (_) | | | | |_| |___) |");
|
||||||
|
Console.WriteLine(@" \____|_| |_|_____\___|\___/|_| |_|____/|____/ ");
|
||||||
|
Console.WriteLine();
|
||||||
Console.WriteLine("CMLeonOS Project");
|
Console.WriteLine("CMLeonOS Project");
|
||||||
Console.WriteLine("By LeonOS 2 Developer Team");
|
Console.WriteLine("By LeonOS 2 Developer Team");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user