From 31ee1ed69ffe93b5fd3979651a22f99f62819e61 Mon Sep 17 00:00:00 2001 From: huangzhenpc Date: Sun, 8 Feb 2026 00:43:11 +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=84buildType=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E8=A7=A3=E5=86=B3TypeScript=E7=BC=96=E8=AF=91=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/common/VersionBadge.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/components/common/VersionBadge.vue b/frontend/src/components/common/VersionBadge.vue index e0c2ccd2..3f4eddf6 100644 --- a/frontend/src/components/common/VersionBadge.vue +++ b/frontend/src/components/common/VersionBadge.vue @@ -365,8 +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 buildType = computed(() => appStore.buildType) - // Update process states (local to this component) const updating = ref(false) const restarting = ref(false)