From 9c52f9288b9a10bd211f045e31fc8032a315b5d2 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Wed, 25 Feb 2026 15:33:46 +0800 Subject: [PATCH] =?UTF-8?q?edit=E5=91=BD=E4=BB=A4=E9=87=8D=E5=AE=9A?= =?UTF-8?q?=E5=90=91=E5=88=B0nano?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuildTime.txt | 2 +- GitCommit.txt | 2 +- shell/Commands/Editor/EditCommand.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BuildTime.txt b/BuildTime.txt index 54d8640..6a237aa 100644 --- a/BuildTime.txt +++ b/BuildTime.txt @@ -1 +1 @@ -2026-02-24 21:45:40 \ No newline at end of file +2026-02-25 15:29:49 \ No newline at end of file diff --git a/GitCommit.txt b/GitCommit.txt index f666d8f..56f70bc 100644 --- a/GitCommit.txt +++ b/GitCommit.txt @@ -1 +1 @@ -14149aa \ No newline at end of file +9b783e0 \ No newline at end of file diff --git a/shell/Commands/Editor/EditCommand.cs b/shell/Commands/Editor/EditCommand.cs index 065caf7..758e5d8 100644 --- a/shell/Commands/Editor/EditCommand.cs +++ b/shell/Commands/Editor/EditCommand.cs @@ -14,8 +14,8 @@ namespace CMLeonOS.Commands.Editor try { - var editor = new CMLeonOS.Editor(fileName, fileSystem); - editor.Run(); + var nano = new CMLeonOS.Nano(fileName, true, fileSystem); + nano.Start(); } catch (Exception ex) {