This commit is contained in:
2025-12-05 20:31:41 +08:00
parent b2b942ab1b
commit d980856efd
3 changed files with 2 additions and 2 deletions

2
mod.ts
View File

@@ -1,3 +1,3 @@
import { Hotkeys } from './src/hot-api/hotkeys/index';
import { Hotkeys } from './src/hot-api/hotkeys/index.ts';
export { Hotkeys }

View File

View File

@@ -2,4 +2,4 @@ import { Hotkeys } from "@/hot-api/hotkeys/index.js";
const hotkeys = new Hotkeys();
await hotkeys.pressHotkey({ hotkey: 'ctrl+d' })
await hotkeys.pressHotkey({ hotkey: 'win+d' })