From d980856efd8bb9c6b8ac29201e948453a45df122 Mon Sep 17 00:00:00 2001 From: xiongxiao Date: Fri, 5 Dec 2025 20:31:41 +0800 Subject: [PATCH] update --- mod.ts | 2 +- src/hot-api/jimeng/index.ts | 0 src/test/common.ts | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 src/hot-api/jimeng/index.ts diff --git a/mod.ts b/mod.ts index 54460dc..27cf106 100644 --- a/mod.ts +++ b/mod.ts @@ -1,3 +1,3 @@ -import { Hotkeys } from './src/hot-api/hotkeys/index'; +import { Hotkeys } from './src/hot-api/hotkeys/index.ts'; export { Hotkeys } \ No newline at end of file diff --git a/src/hot-api/jimeng/index.ts b/src/hot-api/jimeng/index.ts new file mode 100644 index 0000000..e69de29 diff --git a/src/test/common.ts b/src/test/common.ts index b7456bb..a53d030 100644 --- a/src/test/common.ts +++ b/src/test/common.ts @@ -2,4 +2,4 @@ import { Hotkeys } from "@/hot-api/hotkeys/index.js"; const hotkeys = new Hotkeys(); -await hotkeys.pressHotkey({ hotkey: 'ctrl+d' }) \ No newline at end of file +await hotkeys.pressHotkey({ hotkey: 'win+d' }) \ No newline at end of file