()
| 296 | } |
| 297 | |
| 298 | function 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 |
| 307 | injectDocxButton(); |
no outgoing calls
no test coverage detected