mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 19:24:00 +00:00
增加些功能
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", "exportbackground"
|
||||
"unalias", "base64", "testgui", "ps", "kill", "hex", "exportbackground", "logs"
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1699,6 +1699,11 @@ namespace CMLeonOS
|
||||
Commands.ExportBackgroundCommand.ExportBackground(args);
|
||||
}
|
||||
|
||||
public void ProcessLogs(string args)
|
||||
{
|
||||
Commands.LogsCommand.ShowLogs();
|
||||
}
|
||||
|
||||
public void SetDnsServer(string args)
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(args))
|
||||
|
||||
Reference in New Issue
Block a user