mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-05-24 13:45:03 +00:00

- Add writeToClipboard utility function to handle different clipboard content types - Implement paste() method to simulate keyboard paste action - Update onItemSelected to hide app and auto-paste selected clipboard item - Add core:app:allow-app-hide capability to support app hiding
Kunkun Desktop App
Rules
- Keep all components as modular as possible
- Don't use global store directly in components, pass them through context or props instead
- The components may be exported as a package and used by other projects such as docs, extension