更新about命令

This commit is contained in:
2026-03-17 21:12:19 +08:00
parent a9e0ecb3c3
commit ef4be8ce90
3 changed files with 8 additions and 2 deletions

View File

@@ -1 +1 @@
2026-03-17 20:55:18
2026-03-17 21:08:52

View File

@@ -1 +1 @@
bf213b7
a9e0ecb

View File

@@ -22,6 +22,12 @@ namespace CMLeonOS.Commands
{
public static void ProcessAbout()
{
Console.WriteLine(@" ____ __ __ _ ___ ____ ");
Console.WriteLine(@" / ___| \/ | | ___ ___ _ __ / _ \/ ___| ");
Console.WriteLine(@" | | | |\/| | | / _ \/ _ \| '_ \| | | \___ \ ");
Console.WriteLine(@" | |___| | | | |__| __/ (_) | | | | |_| |___) |");
Console.WriteLine(@" \____|_| |_|_____\___|\___/|_| |_|____/|____/ ");
Console.WriteLine();
Console.WriteLine("CMLeonOS Project");
Console.WriteLine("By LeonOS 2 Developer Team");
}