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 }); }