fix 弹窗ico

This commit is contained in:
底层用户 2022-01-14 17:35:16 +08:00
parent 758d3b9958
commit f6d50e2093
2 changed files with 3 additions and 2 deletions

BIN
img/warn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -1,7 +1,7 @@
//弹窗样式
iziToast.settings({
timeout: 10000,
icon: 'Fontawesome',
//icon: 'Fontawesome',
closeOnEscape: 'true',
position: 'topLeft',
transitionIn: 'bounceInRight',
@ -309,7 +309,8 @@ $("#more").hover(function () {
//屏蔽右键
document.oncontextmenu = function () {
iziToast.info({
icon: 'fad fa-do-not-enter',
//icon: 'fad fa-do-not-enter',
iconUrl: './img/warn.png',
title: '温馨提醒',
message: '为了浏览体验,本站禁用右键'
});