You've already forked dev-sidecar
mirror of
https://github.com/docmirror/dev-sidecar.git
synced 2025-11-26 14:10:40 +08:00
设置剪切板成功后的提示信息自定义。
This commit is contained in:
@@ -647,7 +647,7 @@
|
||||
// 提示设置成功
|
||||
if (info.notification !== false) {
|
||||
api.GM_notification({
|
||||
text: "内容复制成功,请使用 Ctrl+V 粘贴内容吧!",
|
||||
text: info.notification || "内容复制成功,请使用 Ctrl+V 粘贴内容吧!",
|
||||
timeout: 3500
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user