mirror of
https://github.com/blueedgetechno/win11React.git
synced 2026-01-10 06:28:11 -05:00
Prettier
skip actions
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user