修复: 移除未使用的buildType变量解决TypeScript编译错误
Some checks failed
CI / test (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Security Scan / backend-security (push) Has been cancelled
Security Scan / frontend-security (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
huangzhenpc
2026-02-08 00:43:11 +08:00
parent d66394c0b8
commit 31ee1ed69f

View File

@@ -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)