支持在配置文件中为每一个函数指定特有参数

This commit is contained in:
fofolee
2025-01-07 12:08:42 +08:00
parent 1c35b6fdd8
commit 5c2d9a5d89
5 changed files with 27 additions and 7 deletions

View File

@@ -18,7 +18,6 @@ export const dataCommands = {
},
],
functionSelector: {
selectLabel: "编解码方式",
options: [
{
label: "Base64编码",
@@ -92,7 +91,6 @@ export const dataCommands = {
},
],
functionSelector: {
selectLabel: "哈希算法",
options: [
{
label: "MD5",
@@ -137,7 +135,6 @@ export const dataCommands = {
},
],
functionSelector: {
selectLabel: "计算方式",
options: [
{
label: "正弦(sin)",

View File

@@ -28,7 +28,6 @@ export const simulateCommands = {
},
],
functionSelector: {
selectLabel: "鼠标动作",
options: [
{
label: "单击",