From 06e360b44719692e763bd1ca88e7a6be17bd7612 Mon Sep 17 00:00:00 2001 From: huangzhenpc Date: Tue, 3 Feb 2026 21:28:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D:=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84releaseInfo=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E8=A7=A3=E5=86=B3TypeScript=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/common/VersionBadge.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/common/VersionBadge.vue b/frontend/src/components/common/VersionBadge.vue index a1a83267..3b33d9c7 100644 --- a/frontend/src/components/common/VersionBadge.vue +++ b/frontend/src/components/common/VersionBadge.vue @@ -365,7 +365,6 @@ const loading = computed(() => appStore.versionLoading) const currentVersion = computed(() => appStore.currentVersion || props.version || '') const latestVersion = computed(() => appStore.latestVersion) const hasUpdate = computed(() => appStore.hasUpdate) -const releaseInfo = computed(() => appStore.releaseInfo) const buildType = computed(() => appStore.buildType) // Update process states (local to this component)