From 10b0478c0d8ffae00b097d0c22b52465fe703470 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Sat, 11 Apr 2026 23:01:06 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=90=8C=E5=90=8D=E5=90=8C=E9=85=8D?= =?UTF-8?q?=E6=96=B9=E8=B7=B3=E8=BF=87=E6=97=B6=E4=B8=8D=E5=86=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=A4=E6=9D=A1=E9=87=8D=E5=8F=A0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/views/RecipeManager.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/views/RecipeManager.vue b/frontend/src/views/RecipeManager.vue index 451ca06..5643515 100644 --- a/frontend/src/views/RecipeManager.vue +++ b/frontend/src/views/RecipeManager.vue @@ -1001,7 +1001,7 @@ async function checkDupName(name, ings, target = 'diary') { const where = target === 'public' ? '公共配方库' : '我的配方' if (identical) { - ui.showToast(`${where}中已有一模一样的配方「${currentName}」`) + ui.showToast(`${where}中已有一模一样的配方「${currentName}」,已跳过`) return false } @@ -1191,7 +1191,6 @@ function skipCurrentParsed() { formCocoRow.value = null formVolume.value = '' } - ui.showToast('已跳过,请处理下一条') } else { closeOverlay() }