From ef4be8ce900b7db4b43dc294ea45703521a451a9 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Tue, 17 Mar 2026 21:12:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0about=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuildTime.txt | 2 +- GitCommit.txt | 2 +- shell/Commands/Info/About.cs | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/BuildTime.txt b/BuildTime.txt index 9cba409..b714f0f 100644 --- a/BuildTime.txt +++ b/BuildTime.txt @@ -1 +1 @@ -2026-03-17 20:55:18 \ No newline at end of file +2026-03-17 21:08:52 \ No newline at end of file diff --git a/GitCommit.txt b/GitCommit.txt index ac8b8cd..d22ce9f 100644 --- a/GitCommit.txt +++ b/GitCommit.txt @@ -1 +1 @@ -bf213b7 \ No newline at end of file +a9e0ecb \ No newline at end of file diff --git a/shell/Commands/Info/About.cs b/shell/Commands/Info/About.cs index d92e4fd..a6e5fe8 100644 --- a/shell/Commands/Info/About.cs +++ b/shell/Commands/Info/About.cs @@ -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"); }