Compare commits

...

3 Commits

Author SHA1 Message Date
Leonmmcoset
87d30be421 Merge branch 'main' of https://github.com/Leonmmcoset/CMLeonOS 2026-02-25 15:33:48 +08:00
Leonmmcoset
9c52f9288b edit命令重定向到nano 2026-02-25 15:33:46 +08:00
LeonMMcoset
969384d25f 修改打错字的README 2026-02-25 11:07:13 +08:00
4 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
2026-02-24 21:45:40
2026-02-25 15:29:49

View File

@@ -1 +1 @@
14149aa
9b783e0

View File

@@ -1,2 +1,2 @@
# CMLeanOS 源代码仓库
# CMLeonOS 源代码仓库
需要 .NET 6.0 或更高版本Cosmos版本为最新的修改版DevKit。

View File

@@ -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)
{