opti: doc

This commit is contained in:
苏文雄 2019-08-01 11:52:21 +08:00
parent 711d1d32ff
commit b54928a3ef

View File

@ -177,6 +177,14 @@ var hooks = {
listener: []
},
/**
* addNoticePlugin(config)
*
* config.weixin = {
* title: 'wechat',
* hander: (emails, title, content)=> {...}
* }
*/
addNotice:{
type: 'multi',
listener: []