5 minutes

This commit is contained in:
lcq 2021-06-08 19:24:37 +08:00
parent c9ae4bd803
commit b52c622f93
1 changed files with 3 additions and 3 deletions

View File

@ -39,11 +39,11 @@
}); });
if (window.location.hostname.indexOf("mybookmark.cn") >= 0) { if (window.location.hostname.indexOf("mybookmark.cn") >= 0) {
toastr.warning("域名【mybookmark.cn】将于2021年11月份到期届时将不再续费无法访问。后续将使用新域名【http://b.lucq.fun】为您提供服务。60秒后会自动跳转到新的域名。", "提示"); toastr.warning("域名【mybookmark.cn】将于2021年11月份到期届时将不再续费无法访问。后续将使用新域名【http://b.lucq.fun】为您提供服务。5分钟后会自动跳转到新的域名。", "提示");
$(".js-domain").removeClass("hidden"); $(".js-domain").removeClass("hidden");
setTimeout(function () { setTimeout(function () {
window.location = "http://b.lucq.fun/#/tags"; window.location = "http://b.lucq.fun/#/tags";
}, 60000); }, 30000);
} }
}; };
let resizeContainer = () => { let resizeContainer = () => {
@ -66,7 +66,7 @@
<div class="header">域名更换提示!</div> <div class="header">域名更换提示!</div>
<ul class="list"> <ul class="list">
<li>域名【mybookmark.cn】将于2021年11月份到期届时将不再续费无法访问。目前已使用新域名【<a href="http://b.lucq.fun/">http://b.lucq.fun</a>】为您提供服务。</li> <li>域名【mybookmark.cn】将于2021年11月份到期届时将不再续费无法访问。目前已使用新域名【<a href="http://b.lucq.fun/">http://b.lucq.fun</a>】为您提供服务。</li>
<li>60秒后会自动跳转到新的域名。<a href="http://b.lucq.fun/">立即跳转</a></li> <li>5分钟后会自动跳转到新的域名。<a href="http://b.lucq.fun/">立即跳转</a></li>
</ul> </ul>
</div> </div>
<!-- directive菜单 --> <!-- directive菜单 -->