模拟操作添加屏幕找图(Mac)

This commit is contained in:
fofolee
2025-01-03 00:01:57 +08:00
parent 02c1574b5b
commit ef4726049e
14 changed files with 780 additions and 25 deletions

View File

@@ -10,7 +10,7 @@ export const simulateCommands = {
component: "KeyEditor",
},
{
value: "utools",
value: "utools.simulateMouseClick",
label: "鼠标点击",
allowEmptyArgv: true,
config: [
@@ -77,5 +77,12 @@ export const simulateCommands = {
config: [],
allowEmptyArgv: true,
},
{
value: "quickcomposer.simulate.findImage",
label: "屏幕找图",
component: "ImageSearchEditor",
config: [],
isAsync: true,
},
],
};