添加OptionEditor组件,优化参数传递方式

This commit is contained in:
fofolee
2025-01-10 12:15:04 +08:00
parent ada0d2b968
commit 41b3501945
26 changed files with 764 additions and 478 deletions

View File

@@ -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: [