skip actions
This commit is contained in:
win11bot
2024-01-01 14:56:55 +00:00
parent b173e23a53
commit 5f20e0cb15

View File

@@ -81,9 +81,9 @@ export const WnTerminal = () => {
var AppName = arg[arg.indexOf("-n") + 1];
var IframeUrl = arg[arg.indexOf("-u") + 1];
var IconUrl = arg[arg.indexOf("-i") + 1];
tmpStack.push(AppName)
tmpStack.push(IframeUrl)
tmpStack.push(IconUrl)
tmpStack.push(AppName);
tmpStack.push(IframeUrl);
tmpStack.push(IconUrl);
var Json = {
name: AppName,
icon: IconUrl,