From 5c69e685040697fc44f6351307ee938a31984443 Mon Sep 17 00:00:00 2001 From: xqyjlj Date: Sun, 14 Dec 2025 00:11:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=BC=95=E8=84=9A=E5=B0=81=E8=A3=85=E6=97=A0=E6=B3=95=E6=AD=A3?= =?UTF-8?q?=E5=B8=B8=E4=BD=BF=E7=94=A8=E9=BB=98=E8=AE=A4=E5=80=BC=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xqyjlj --- src/components/ChipPackage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChipPackage.vue b/src/components/ChipPackage.vue index 4dc9417e..ce8c23fa 100644 --- a/src/components/ChipPackage.vue +++ b/src/components/ChipPackage.vue @@ -152,7 +152,7 @@ async function loadPackageModel() { const chipPackagesTyped = chipPackages as Record const chipPackageKeys = Object.keys(chipPackagesTyped) - let packType = '' + let packType = summary.package if (summary.package.startsWith('LQFP')) { packType = 'LQFP' }