mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-07 21:46:12 +08:00
调整 ubrowser 网络命令配置,移除冗余配置项
This commit is contained in:
parent
63635fe933
commit
ad06d35051
@ -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",
|
value: "axios",
|
||||||
label: "HTTP请求(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",
|
value: "quickcomposer.network.url.parse",
|
||||||
label: "URL操作",
|
label: "URL操作",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user