mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
- Add pasteFromClipboard() method to enable direct clipboard paste - Use Clipboard API with async/await for modern browser support - Add fallback message for unsupported browsers or permission denied - Add 'Pasted from clipboard' translations for English and Chinese - Replace paste menu item action from showing instruction to actual paste This allows users to paste content directly from the context menu instead of requiring keyboard shortcuts, improving user experience. Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>