mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 07:05:21 +08:00
模拟鼠标点击增加循环点击
This commit is contained in:
@@ -2,6 +2,7 @@ const { findImage } = require("./imageFinder");
|
||||
const { keyboardTap, keySequence } = require("./keyboardTap");
|
||||
const { screenColorPick } = require("./screenColorPick");
|
||||
const screenCapture = require("./screenCapture");
|
||||
const mouseClick = require("./mouseClick");
|
||||
|
||||
module.exports = {
|
||||
findImage,
|
||||
@@ -9,5 +10,6 @@ module.exports = {
|
||||
keyboardTap,
|
||||
keySequence,
|
||||
screenColorPick,
|
||||
mouseClick,
|
||||
...screenCapture,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user