diff --git a/src/lib/tauri-api.ts b/src/lib/tauri-api.ts index f4e773d..b8ef4ed 100644 --- a/src/lib/tauri-api.ts +++ b/src/lib/tauri-api.ts @@ -428,7 +428,7 @@ export const tauriAPI = { return null; } }, - + // 监听供应商切换事件 onProviderSwitched: async ( callback: (data: { appType: string; providerId: string }) => void,