mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
35a1fe2913
- 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>
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.