packagedLibRendererDirectory: 可选,打包后的electron通知页面目录,默认 electron-notifications-win/lib/renderer。注意,electron打包后,生产环境需要加载库文件的notification.html,因此需要在构建时将 node_modules/electron-notifications-win/lib/renderer/**/* 复制到应用程序资源目录下(Contents/Resources for MacOS, re...
Create native Windows toast and tile notifications for Windows 8, 8.1, and 10 using native bindings to WinRT (using NodeRT). npm install --save electron-windows-notifications From Electron v14 on, you'll have to require NodeRT modules in themainprocess. SeeNodeRT/NodeRT#158for details. ...
@@ -28,6 +28,10 @@ npm install --save electron-notifications-win 0.7.2 - 支持autoClose 选项,autoClose 为 false 时,通知不会自动关闭 0.7.3 - 点击通知后关闭通知窗体 - 显示通知时发出通知提示音,支持 silent 选项,控制通知是否静音 ## 快速使用 在主进程中使用 @@ -92,6 +96,7 @@ npm run...
Supermium-based Electron. Contribute to win32ss/supermium-electron development by creating an account on GitHub.