From 693eae199f6ae7736db8dda18fef9027a2f17b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E8=B6=A3=E4=BF=9D=E7=BD=97?= Date: Mon, 11 May 2026 18:17:45 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E7=BB=93=E6=9E=84=E5=9B=BE=E4=B8=8D?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E7=9A=84=20Key=20=E5=A6=82=E6=9E=9C=E6=9C=89?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=EF=BC=8C=E4=B8=8D=E8=A6=81=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E5=88=B0=E6=96=87=E4=BB=B6=EF=BC=884.24=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/utils.ts b/src/lib/utils.ts index d2d8950..83065cd 100644 --- a/src/lib/utils.ts +++ b/src/lib/utils.ts @@ -50,7 +50,7 @@ export function generateLanguageJson( for (const p of Object.keys(flat)) { if (!added.has(p)) { // 在结构图中未找到路径时也要补上,避免丢数据 - setByPath(p, flat[p]!); + // setByPath(p, flat[p]!); } } try {