设置剪切板成功后的提示信息自定义。

This commit is contained in:
王良
2024-09-05 18:01:07 +08:00
parent 3378ce059b
commit 789e7ae3c9
2 changed files with 3 additions and 3 deletions

View File

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