mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
Compare commits
3 Commits
9b783e057a
...
87d30be421
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87d30be421 | ||
|
|
9c52f9288b | ||
|
|
969384d25f |
@@ -1 +1 @@
|
||||
2026-02-24 21:45:40
|
||||
2026-02-25 15:29:49
|
||||
@@ -1 +1 @@
|
||||
14149aa
|
||||
9b783e0
|
||||
@@ -1,2 +1,2 @@
|
||||
# CMLeanOS 源代码仓库
|
||||
# CMLeonOS 源代码仓库
|
||||
需要 .NET 6.0 或更高版本,Cosmos版本为最新的修改版DevKit。
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user