diff --git a/wuhu-torn-helper.js b/wuhu-torn-helper.js index c1429b0..5b456b4 100644 --- a/wuhu-torn-helper.js +++ b/wuhu-torn-helper.js @@ -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); } }