调整 ubrowser 网络命令配置,移除冗余配置项

This commit is contained in:
fofolee 2025-02-10 00:08:15 +08:00
parent 63635fe933
commit ad06d35051

View File

@ -17,27 +17,6 @@ export const networkCommands = {
},
],
},
{
value: "utools.ubrowser.goto",
label: "ubrowser打开网址",
neverHasOutput: true,
config: [
{
label: "要访问的网址链接",
component: "VariableInput",
icon: "public",
},
],
asyncMode: "await",
},
{
value: "ubrowser",
label: "ubrowser浏览器操作",
config: [],
component: "UBrowserEditor",
asyncMode: "await",
icon: "public",
},
{
value: "axios",
label: "HTTP请求(Axios)",
@ -61,6 +40,14 @@ export const networkCommands = {
},
},
},
{
value: "ubrowser",
label: "ubrowser控制",
config: [],
component: "UBrowserEditor",
asyncMode: "await",
icon: "public",
},
{
value: "quickcomposer.network.url.parse",
label: "URL操作",