mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-17 08:54:19 +08:00
支持在配置文件中为每一个函数指定特有参数
This commit is contained in:
@@ -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)",
|
||||
|
||||
@@ -28,7 +28,6 @@ export const simulateCommands = {
|
||||
},
|
||||
],
|
||||
functionSelector: {
|
||||
selectLabel: "鼠标动作",
|
||||
options: [
|
||||
{
|
||||
label: "单击",
|
||||
|
||||
Reference in New Issue
Block a user