新增模拟鼠标操作

This commit is contained in:
fofolee
2025-01-02 18:25:35 +08:00
parent 64b6a2a6d9
commit 9e213f7b65
11 changed files with 243 additions and 209 deletions

View File

@@ -4,7 +4,7 @@ import { systemCommands } from "./systemCommands";
import { notifyCommands } from "./notifyCommands";
import { textProcessingCommands } from "./textProcessingCommands";
import { otherCommands } from "./otherCommands";
import { keyCommands } from "./keyCommands";
import { simulateCommands } from "./simulateCommands";
import { controlCommands } from "./controlCommands";
export const commandCategories = [
@@ -15,5 +15,5 @@ export const commandCategories = [
textProcessingCommands,
controlCommands,
otherCommands,
keyCommands,
simulateCommands,
];