node-powertoast:使用PowerShell或WinRT的Windows Toast通知(Windows 8,8.1,10)

时间:2021-05-06 12:25:10
【文件属性】:
文件名称:node-powertoast:使用PowerShell或WinRT的Windows Toast通知(Windows 8,8.1,10)
文件大小:159KB
文件格式:ZIP
更新时间:2021-05-06 12:25:10
nodejs windows powershell toast notification 关于 使用PowerShell或WinRT的Windows Toast通知(Windows 8、8.1、10)。 不使用任何本机模块。 一切都通过PowerShell完成,但是您可以使用本机WinRT API,而可以选择安装相对软件包: @ nodert-win10-rs4 / windows.data.xml.dom @ nodert-win10-rs4 / windows.ui.notifications 使用NodeRT的速度更快,因为您不必等待PowerShell VM启动,并且可以注册到onActivated / onDismissed回调。 寻找Windows气球通知吗? 例子 const toast = require ( 'powertoast' ) ; //CommonJS //OR import toast from 'powertoast' ; //ES
【文件预览】:
node-powertoast-master
----.eslintrc.json(611B)
----.github()
--------FUNDING.yml(53B)
----.prettierignore(16B)
----lib()
--------toast.cjs(10KB)
--------esm.mjs(206B)
--------template.cjs(4KB)
--------helper.cjs(2KB)
----.npmignore(74B)
----.prettierrc.json(24B)
----LICENSE(1KB)
----test()
--------toast.cjs(1KB)
--------toast.mjs(1KB)
----README.md(19KB)
----.gitignore(13B)
----package-lock.json(35KB)
----screenshot()
--------button.png(25KB)
--------btn-icon.png(21KB)
--------footer.png(40KB)
--------progress.png(21KB)
--------electron.png(21KB)
--------example.png(21KB)
--------attribution.png(25KB)
--------group.png(39KB)
--------header.png(41KB)
----package.json(2KB)

网友评论