WordPress美化-复制成功弹窗美化

代码放到child.js

//复制成功弹窗
document.body.oncopy = function() {
    Qmsg['success']('复制成功', {
        html: true
    });
};

相关文章