feat: add aihubmix oauth

This commit is contained in:
kangfenmao
2025-02-07 22:27:28 +08:00
parent bf15207a2e
commit f62caba4e9
12 changed files with 56 additions and 21 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ export class WindowService {
mainWindow.webContents.setWindowOpenHandler((details) => {
const { url } = details
const oauthProviderUrls = ['https://account.siliconflow.cn/oauth']
const oauthProviderUrls = ['https://account.siliconflow.cn/oauth', 'https://aihubmix.com/oauth']
if (oauthProviderUrls.some((link) => url.startsWith(link))) {
return {