mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
✨ feat: 修改更新检查功能
This commit is contained in:
@@ -200,5 +200,10 @@ ipcMain.on('get-store-value', (_, key) => {
|
||||
_.returnValue = value || '';
|
||||
});
|
||||
|
||||
// 添加 IPC 处理程序
|
||||
ipcMain.on('get-arch', (event) => {
|
||||
event.returnValue = process.arch;
|
||||
});
|
||||
|
||||
// In this file you can include the rest of your app"s specific main process
|
||||
// code. You can also put them in separate files and require them here.
|
||||
|
||||
Reference in New Issue
Block a user