Revert "Verify GHCR latest tag matches release and show version source/latest in dashboard"

This commit is contained in:
CJACK.
2026-04-29 14:47:53 +08:00
committed by GitHub
parent ba4071d8b5
commit babfa973d6
2 changed files with 0 additions and 32 deletions

View File

@@ -201,12 +201,6 @@ export default function DashboardShell({ token, onLogout, config, fetchConfig, s
<div className="bg-background rounded-lg p-3 border border-border shadow-sm">
<div className="text-[9px] text-muted-foreground font-bold uppercase tracking-wider mb-1 opacity-70">{t('sidebar.version')}</div>
<div className="text-xs font-semibold text-foreground">{versionInfo?.current_tag || '-'}</div>
{versionInfo?.source && (
<div className="text-[10px] text-muted-foreground mt-0.5">source: {versionInfo.source}</div>
)}
{versionInfo?.latest_tag && (
<div className="text-[10px] text-muted-foreground">latest release: {versionInfo.latest_tag}</div>
)}
{versionInfo?.has_update && (
<a
className="inline-flex mt-1 text-[10px] text-amber-500 hover:text-amber-400"