mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
* ♻️ refactor(types): break circular dep between types and const packages Types package should only carry types, not values. Moved hotkey type definitions to be owned by @lobechat/types and removed the @lobechat/const runtime dependency from @lobechat/types. @lobechat/const now imports its hotkey types from @lobechat/types via import type and uses satisfies to keep enum values aligned. * ✨ feat(types): add desktop hotkey types and configuration Introduced new types for desktop hotkeys, including `DesktopHotkeyId`, `DesktopHotkeyItem`, and `DesktopHotkeyConfig`. These types facilitate the management of hotkeys in the desktop application, ensuring better type safety and clarity in the codebase. Updated documentation to reflect the relationship with `@lobechat/const` entrypoints. Signed-off-by: Innei <tukon479@gmail.com> --------- Signed-off-by: Innei <tukon479@gmail.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| desktop | ||
| device-gateway | ||