1.0.2 • Published 3 years ago

xp-notification v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

x-predict浏览器提示插件

    var notify = require('xp-notification')
    notify(
        title: '这里是通知title',
        {
            dir: "auto", // 文字方向
            body: "通知内容写这里", // 通知主体
            requireInteraction: false, // 不自动关闭通知
            icon: "https://x-predict.com/favicon.ico", // 通知图标 
        }
    )
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago