mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-07 21:46:12 +08:00
修复编排ubrowser设置值报错的BUG
This commit is contained in:
parent
c32a5a4829
commit
c2514e9f2d
@ -491,13 +491,13 @@ export const ubrowserOperationConfigs = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
setValue: {
|
setValue: {
|
||||||
value: "setValue",
|
value: "value",
|
||||||
label: "设置值",
|
label: "设置值",
|
||||||
icon: "check_box",
|
icon: "check_box",
|
||||||
config: [
|
config: [
|
||||||
{
|
{
|
||||||
label: "元素选择器",
|
label: "元素选择器",
|
||||||
icon: "varInput",
|
icon: "find_in_page",
|
||||||
component: "VariableInput",
|
component: "VariableInput",
|
||||||
width: 6,
|
width: 6,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user