feat: 路径收藏添加发送到终端按钮

This commit is contained in:
Baobhan Sith
2025-05-28 09:18:44 +08:00
parent 2e330d1654
commit 91e8169fa7
3 changed files with 34 additions and 5 deletions
@@ -51,6 +51,7 @@ export type WorkspaceEventPayloads = {
// Suspended SSH Session Events
'suspendedSession:actionCompleted': void; // Emitted when a resume/remove action is completed
'favoritePath:sendToActiveTerminal': { path: string }; // Event to send a path to the active terminal
};
// 创建 mitt 事件发射器实例