mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
更新一堆
This commit is contained in:
@@ -30,10 +30,10 @@ namespace CMLeonOS
|
||||
{
|
||||
get
|
||||
{
|
||||
if (currentDirectory == @"0:\")
|
||||
{
|
||||
return ".";
|
||||
}
|
||||
// if (currentDirectory == @"0:\apps")
|
||||
// {
|
||||
// return ":";
|
||||
// }
|
||||
return currentDirectory;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -333,11 +333,11 @@ namespace CMLeonOS
|
||||
global::System.Console.SetCursorPosition(7, 14);
|
||||
global::System.Console.WriteLine("8. No liability for data loss or corruption");
|
||||
global::System.Console.SetCursorPosition(7, 15);
|
||||
global::System.Console.WriteLine("9. Support available at: leonmmcoset@outlook.com");
|
||||
global::System.Console.WriteLine("9. Support available at: https://lbbs.ecuil.com/#/thread/category/10");
|
||||
global::System.Console.SetCursorPosition(7, 16);
|
||||
global::System.Console.WriteLine("10. This license is for personal use only");
|
||||
global::System.Console.SetCursorPosition(7, 17);
|
||||
global::System.Console.WriteLine("11. Use of this OS requires recognition of the one-China principle.");
|
||||
global::System.Console.WriteLine("11. Use of this OS requires recognition of the one-China principle");
|
||||
|
||||
bool termsAccepted = false;
|
||||
while (!termsAccepted)
|
||||
|
||||
Reference in New Issue
Block a user