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

* feat(shell): add hidden window style to PowerShell script execution Modify PowerShell script execution to run with hidden window style in both TypeScript API and Rust plugin to prevent visible command windows * feat(desktop): implement cross-platform paste functionality in clipboard extension * feat(desktop): enhance hotkey functionality with registration and update methods * fix(desktop): remove unnecessary border from command root styling * feat(desktop): add cross-platform paste support for clipboard extension - Import Tauri OS plugin to detect platform - Implement platform-specific paste methods for macOS, Windows, and Linux - Add error handling for unsupported platforms - Center windows in Tauri configuration * feat(desktop): extend global key handler to support Linux control key for settings navigation
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