From 72375232372c93da83802918614f6de0136795ac Mon Sep 17 00:00:00 2001 From: AoXuan Date: Tue, 9 Sep 2025 21:40:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=80=BB=E8=BE=91=E5=86=99=E5=8F=8D?= =?UTF-8?q?=E4=BA=86=EF=BC=8C=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/TitleBar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/TitleBar.vue b/frontend/src/components/TitleBar.vue index 270e355..a0cfbbe 100644 --- a/frontend/src/components/TitleBar.vue +++ b/frontend/src/components/TitleBar.vue @@ -13,7 +13,7 @@ 检测到更新 {{ updateInfo.latest_version }} 请尽快更新 @@ -63,7 +63,7 @@ const version = import.meta.env.VITE_APP_VERSION || '获取版本失败!' const updateInfo = ref(null) const backendUpdateInfo = ref(null) -const POLL_MS = 10 * 60 * 1000 // 10 分钟 +const POLL_MS = 1 * 60 * 1000 // 10 分钟 let pollTimer: number | null = null const polling = ref(false)