- merge: sync with origin/main, resolve renewed conflicts
- fix(tauri): union command handlers (import/export + speedtest/custom endpoints) - fix(api): keep import/export APIs and provider-switched listener together - chore(presets): retain legacy model keys alongside new defaults (GLM) - chore(rust): keep chrono dep; lockfile updated by merge
This commit is contained in:
@@ -428,7 +428,7 @@ export const tauriAPI = {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// 监听供应商切换事件
|
// 监听供应商切换事件
|
||||||
onProviderSwitched: async (
|
onProviderSwitched: async (
|
||||||
callback: (data: { appType: string; providerId: string }) => void,
|
callback: (data: { appType: string; providerId: string }) => void,
|
||||||
|
|||||||
Reference in New Issue
Block a user