feat(deeplink): add config merge command for preview

Expose config merging functionality to frontend for preview.
- Add merge_deeplink_config Tauri command
- Make parse_and_merge_config public for reuse
- Enable frontend to display complete config before import
This commit is contained in:
YoVinchen
2025-11-22 17:58:18 +08:00
parent cf57fbed7b
commit 2b1ae2aa71
3 changed files with 12 additions and 1 deletions

View File

@@ -706,6 +706,7 @@ pub fn run() {
commands::sync_current_providers_live,
// Deep link import
commands::parse_deeplink,
commands::merge_deeplink_config,
commands::import_from_deeplink,
update_tray_menu,
// Environment variable management