小调整。

scripts
王良 2024-09-05 18:04:42 +08:00
parent 789e7ae3c9
commit ca1b60ed29
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@
if (info.notification !== false) { if (info.notification !== false) {
api.GM_notification({ api.GM_notification({
text: info.notification || "内容复制成功,请使用 Ctrl+V 粘贴内容吧!", text: info.notification || "内容复制成功,请使用 Ctrl+V 粘贴内容吧!",
timeout: 3500 timeout: 2000
}); });
} }