
const macNotification = window.electronRequire('node-mac-notifier'); const notificationInstance = new macNotification(name, { tag:new Date().toString(), body: msg, icon: cPhoto, renotify: true, soundName: true, canReply: true, otherButtonTitle: '关闭', isOtherButton: true });