From ecd4e0d1467066adcd1918743c212bb2446b22a2 Mon Sep 17 00:00:00 2001 From: woohoo Date: Sun, 10 Jul 2022 20:42:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wuhu-torn-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }