mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 19:20:37 +08:00
添加OptionEditor组件,优化参数传递方式
This commit is contained in:
@@ -10,7 +10,7 @@ export const userdataCommands = {
|
||||
config: [
|
||||
{
|
||||
label: "数据标识",
|
||||
type: "input",
|
||||
component: "q-input",
|
||||
},
|
||||
],
|
||||
outputVariable: "userData",
|
||||
@@ -30,17 +30,17 @@ export const userdataCommands = {
|
||||
config: [
|
||||
{
|
||||
label: "数据",
|
||||
type: "varInput",
|
||||
component: "VariableInput",
|
||||
width: 7,
|
||||
},
|
||||
{
|
||||
label: "数据标识",
|
||||
type: "input",
|
||||
component: "q-input",
|
||||
width: 3,
|
||||
},
|
||||
{
|
||||
label: "不同步",
|
||||
type: "checkbox",
|
||||
component: "q-checkbox",
|
||||
defaultValue: true,
|
||||
width: 2,
|
||||
},
|
||||
@@ -53,7 +53,7 @@ export const userdataCommands = {
|
||||
config: [
|
||||
{
|
||||
label: "数据标识",
|
||||
type: "input",
|
||||
component: "q-input",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user