From c9af05219b4cb16998922d108102f5bb14f8513e Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Tue, 14 Apr 2026 17:21:15 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=93=E5=BC=80=E6=96=B0=E5=A2=9E/?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=85=8D=E6=96=B9=E6=97=B6=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E5=8A=A0=E8=BD=BDoils=EF=BC=8C=E7=A1=AE=E4=BF=9D=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E4=BA=A7=E5=93=81=E5=8F=AF=E6=90=9C=E7=B4=A2?= 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, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/RecipeManager.vue b/frontend/src/views/RecipeManager.vue index b32f10f..6631383 100644 --- a/frontend/src/views/RecipeManager.vue +++ b/frontend/src/views/RecipeManager.vue @@ -44,7 +44,7 @@
- + @@ -808,6 +808,7 @@ function editRecipe(recipe) { } formNote.value = recipe.note || '' formTags.value = [...(recipe.tags || [])] + oils.loadOils() showAddOverlay.value = true }