🐛 Fixed the reboot issue on different platforms

This commit is contained in:
2025-07-08 12:41:30 +08:00
parent b404434b5b
commit 8dce06c30e
5 changed files with 344 additions and 76 deletions

View File

@@ -2,7 +2,7 @@
// This file is automatically generated. DO NOT EDIT
/**
* HotkeyService Windows全局热键服务
* HotkeyService Linux全局热键服务
* @module
*/
@@ -53,14 +53,6 @@ export function RegisterHotkey(hotkey: models$0.HotkeyCombo | null): Promise<voi
return $resultPromise;
}
/**
* OnShutdown 关闭服务
*/
export function ServiceShutdown(): Promise<void> & { cancel(): void } {
let $resultPromise = $Call.ByID(157291181) as any;
return $resultPromise;
}
/**
* UnregisterHotkey 取消注册全局热键
*/