当前位置: 首页 > 工具软件 > Notify.js > 使用案例 >

使用 notify.js 桌面提醒

左丘元徽
2023-12-01

//var iN = new iNotify({
// effect: 'flash',
// interval: 500,
// message: "有消息拉!",
// audio: {
// file: '../Content/public/mp3/music2.mp3'
// },
// notification: {
// title: "通知!",
// body: '您来了一条新消息'
// }
//});
//iN.setFavicon(10).setTitle('有新消息啦!').notify({
// title: "新通知",
// body: "打雷啦,下雨啦..."
//}).player();

转载于:https://www.cnblogs.com/lovemj/p/9915725.html

 类似资料: