Skip to content

Commit 36c34cd

Browse files
committed
chore: mouse speed
1 parent fe57eab commit 36c34cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/agent/execute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const execute = async (executeParams: ExecuteParams) => {
9494
logger.info(`[execute] [Position] (${startX}, ${startY})`);
9595

9696
// execute configs
97-
mouse.config.mouseSpeed = 2000;
97+
mouse.config.mouseSpeed = 3000;
9898

9999
// if (startBoxStr) {
100100
// const region = await nutScreen.highlight(

0 commit comments

Comments
 (0)