mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-16 16:14:17 +08:00
添加OptionEditor组件,优化参数传递方式
This commit is contained in:
@@ -14,7 +14,7 @@ export const codingCommands = {
|
||||
{
|
||||
label: "要编解码的文本",
|
||||
icon: "text_fields",
|
||||
type: "varInput",
|
||||
component: "VariableInput",
|
||||
},
|
||||
],
|
||||
subCommands: [
|
||||
@@ -85,7 +85,7 @@ export const codingCommands = {
|
||||
{
|
||||
label: "要计算哈希的文本",
|
||||
icon: "text_fields",
|
||||
type: "varInput",
|
||||
component: "VariableInput",
|
||||
},
|
||||
],
|
||||
subCommands: [
|
||||
|
||||
Reference in New Issue
Block a user