mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 18:04:28 +08:00
模拟操作添加屏幕找图(Mac)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user