模拟操作添加屏幕找图(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

@@ -406,6 +406,11 @@ interface quickcommandApi {
*/
readClipboard(): text<string>;
/**
* 读剪贴板图片
*/
readClipboardImage(): text<string>;
/**
* 写剪贴板
*