From 43bf12743cd97584179244ae44bbfc698d3ac4d4 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sat, 27 Dec 2025 18:59:46 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/pull/16339 --- app/electron/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/electron/main.js b/app/electron/main.js index e779aba7d..bffe74851 100644 --- a/app/electron/main.js +++ b/app/electron/main.js @@ -75,7 +75,7 @@ const windowNavigate = (currentWindow, windowType) => { try { const pathname = new URL(url).pathname; // 所有窗口都允许认证页面 - if (pathname === "/check-auth") { + if (pathname === "/check-auth" || pathname === "/") { return; } if (pathname === "/stage/build/app/" && windowType === "app") {