mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 19:24:00 +00:00
改壁纸+exportbackground命令+似乎修复但没完全修复一些bug
This commit is contained in:
@@ -425,7 +425,7 @@ namespace CMLeonOS
|
||||
"cpass", "hostname", "ipconfig", "setdns", "setgateway", "nslookup",
|
||||
"ping", "wget", "ftp", "tcpserver", "tcpclient", "lua", "lua2cla", "cla",
|
||||
"branswe", "beep", "env", "whoami", "uptime", "alias",
|
||||
"unalias", "base64", "testgui", "ps", "kill", "hex"
|
||||
"unalias", "base64", "testgui", "ps", "kill", "hex", "exportbackground"
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1694,6 +1694,11 @@ namespace CMLeonOS
|
||||
Commands.AliasCommand.RemoveAlias(name);
|
||||
}
|
||||
|
||||
public void ProcessExportBackground(string args)
|
||||
{
|
||||
Commands.ExportBackgroundCommand.ExportBackground(args);
|
||||
}
|
||||
|
||||
public void SetDnsServer(string args)
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(args))
|
||||
|
||||
Reference in New Issue
Block a user