通告程序:使用VanillaJS制作的通知库 源码
通知者 用VanillaJS制作的通知库。 安装方式 npm install notifier-js 用法 默认通知 // my-script.js import notifier from 'notifier-js' notifier . show ( 'Hello!' , 'I am a default notification.' ) ; notifier . show ( 'Reminder!' , 'You have a meeting at 10:30 AM.' ) ; notifier . show ( 'Well Done!' , 'You just submit your r
下载地址
用户评论