feat: remove knowledge queue

This commit is contained in:
kangfenmao
2024-12-19 13:45:11 +08:00
parent 7cb381be40
commit a0bc50b29c
26 changed files with 388 additions and 375 deletions
+4
View File
@@ -123,6 +123,10 @@ export class WindowService {
private setupWebContentsHandlers(mainWindow: BrowserWindow) {
mainWindow.webContents.on('will-navigate', (event, url) => {
if (url.includes('localhost:5173')) {
return
}
event.preventDefault()
shell.openExternal(url)
})