mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-06-16 13:34:04 +08:00
- Delete src/lib/tauri-api.ts as event listener has been migrated - Event listening now uses providersApi.onSwitched from lib/api/providers.ts - All references to tauriEvents have been removed - Type checking passes successfully This completes the API layer cleanup from the refactoring plan (Phase 4).