1.3.1 • Published 10 years ago

hnotify v1.3.1

Weekly downloads
18
License
-
Repository
-
Last release
10 years ago

安装

npm install hnotify

使用

var nwNotify = require('hnotify');

//通知停留时间
nwNotify.setConfig({
    displayTime: 60000
});

nwNotify.notify({ title: '通知', text: '内容', image: 'who.png', onClickFunc: function(){
   //...
   nwNotify.closeAll();
}});

效果

npm.io

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.2.3

10 years ago