This commit is contained in:
woohoo 2022-07-10 20:42:12 +08:00
parent ab4cdbb958
commit ecd4e0d146

View File

@ -4510,7 +4510,7 @@ display:none;
// 海外警告
if (getWhSettingObj()['abroadWarning']) {
let c = 1;
setInterval(() => WHNotify(`警告:您已海外落地${c++ * 30}`, { sysNotify: true }), 30000);
setInterval(() => WHNotify(`警告:您已海外落地${c++ * 30}`, { timeout: 30, sysNotify: true }), 30000);
}
}