background文件增加了 ipcMain.on(IPCEventType.USERNAME, (event, args) => { console.log(args, "USERNAME"); userName = args; updateTray(0, 'wangrui'); });
tray.setToolTip("国瑞金资:" + userName);
为毛不生效呀