mirror of
https://github.com/rubickCenter/rubick
synced 2025-11-19 08:17:44 +08:00
✨ 支持新的api
This commit is contained in:
@@ -249,6 +249,11 @@ export const API: any = {
|
||||
shell.showItemInFolder(data.path);
|
||||
return true;
|
||||
},
|
||||
|
||||
shellBeep() {
|
||||
shell.beep();
|
||||
return true;
|
||||
},
|
||||
};
|
||||
|
||||
export default (mainWindow: BrowserWindow) => {
|
||||
|
||||
Reference in New Issue
Block a user