MCPcopy Create free account
hub / github.com/Yorick-Ryu/deep-share / showClipboardPermissionError

Function showClipboardPermissionError

scripts/injectDocxButton.js:298–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296}
297
298function showClipboardPermissionError() {
299 window.showToastNotification({
300 text: chrome.i18n?.getMessage('clipboardPermissionError') || '保存失败,请打开读取剪接板权限',
301 linkText: chrome.i18n?.getMessage('clipboardPermissionHelpLink') || '如何打开',
302 linkHref: chrome.i18n?.getMessage('clipboardPermissionHelpUrl') || 'https://docs.deepshare.app/faq/clipboard-permission'
303 }, 'error', 8000);
304}
305
306// Initialize the button injection
307injectDocxButton();

Callers 1

extractConversationDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected