From e3ffbb7ffb38c21752312fca933bed68946ea9ae Mon Sep 17 00:00:00 2001 From: BTMuli Date: Mon, 23 Feb 2026 23:20:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=90=8E=E9=87=8D=E7=BD=AE=E5=8F=8D=E9=A6=88=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 718e0077..4348ba26 100644 --- a/src/App.vue +++ b/src/App.vue @@ -438,6 +438,7 @@ async function checkUpdate(): Promise { // @ts-expect-error import.meta buildTime.value = import.meta.env.VITE_BUILD_TIME; await TGSqlite.update(); + showFeedback.value = true; showSnackbar.success("数据库已更新!", 3000); await openUrl("https://app.btmuli.ink/docs/TeyvatGuide/changelogs.html"); }