mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-14 22:54:32 +08:00
模拟操作添加屏幕找图(Mac)
This commit is contained in:
7
plugin/lib/quickcomposer/simulate/index.js
Normal file
7
plugin/lib/quickcomposer/simulate/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const { findImage } = require("./imageFinder");
|
||||
const { captureScreen } = require("./screenCapture");
|
||||
|
||||
module.exports = {
|
||||
findImage,
|
||||
captureScreen,
|
||||
};
|
||||
Reference in New Issue
Block a user