gpt4 book ai didi

javascript - pnotify:按钮不起作用

转载 作者:行者123 更新时间:2023-11-29 10:42:53 25 4
gpt4 key购买 nike

我正在尝试使用 Pnotify 的按钮,但我无法让它们工作。问题是我将 Pnotify 与 requiredJS 和 Bower(在主干内)一起使用。我尝试了很多方法..

Pnotify 文档对此问题有评论:( https://github.com/sciactive/pnotify#using-pnotify-with-requirejs )这是例子:

requirejs(['pnotify', 'pnotify.nonblock', 'pnotify.desktop'], function(PNotify){
PNotify.desktop.permission();
new PNotify({
title: 'Desktop Notice',
text: 'If you\'ve given me permission, I\'ll appear as a desktop notification. If you haven\'t, I\'ll still appear as a regular PNotify notice.',
desktop: {
desktop: true
},
nonblock: {
nonblock: true
}
});
});

这个例子对我有用,所以我根据自己的需要对其进行了一些修改:

require(['pnotify', 'pnotify.buttons', 'pnotify.nonblock'], function(PNotify){
new PNotify({
title: title ,
text: msg,
type: classes,
delay: delay,
animation: 'fade',
opacity: .9,
nonblock: {
nonblock: true,
nonblock_opacity: .2
}
});
});

这样非阻塞消息是否可以正常工作,桌面通知也可以(如果需要)但按钮不会出现...有人遇到过类似的问题吗?任何想法?如果能找到解决方案就太好了。谢谢!

注意:我已经安装了所有 pnotify 的模块

最佳答案

似乎 nonblock 和 Buttons 模块不能很好地结合在一起。 github的项目有一个问题:https://github.com/sciactive/pnotify/issues/145

因此,当移除非阻塞模块时,按钮可以正常工作。

关于javascript - pnotify:按钮不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25334944/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com