feat(connection-package): 支持导出时多选连接

- 后端导出请求增加 connectionIds,仅打包所选连接
- 导出弹窗支持连接多选与未选校验
- 同步 Wails 绑定与传输测试
This commit is contained in:
Syngnat
2026-08-02 12:42:05 +08:00
parent cc9f3091cd
commit 8446c4dfb6
9 changed files with 197 additions and 59 deletions

View File

@@ -10,6 +10,7 @@ export type ConnectionPackageDialogSnapshot = {
password: string;
error: string;
confirmLoading: boolean;
selectedConnectionIds?: string[];
};
export type ConnectionPackageDialogUpdater = (
current: ConnectionPackageDialogSnapshot,