From ca1b60ed29063c54aaecc152be4e490a53d5a59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Thu, 5 Sep 2024 18:04:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E8=B0=83=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tampermonkey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tampermonkey.js b/tampermonkey.js index 050411df..edca35a7 100644 --- a/tampermonkey.js +++ b/tampermonkey.js @@ -648,7 +648,7 @@ if (info.notification !== false) { api.GM_notification({ text: info.notification || "内容复制成功,请使用 Ctrl+V 粘贴内容吧!", - timeout: 3500 + timeout: 2000 }); }