From 0dfef3ab16e6e9795daee47b2ad52cd4778137e1 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Fri, 10 Apr 2026 21:13:20 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=B2=E5=AE=A1=E6=A0=B8=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E5=AF=B9viewer=E5=AE=8C=E5=85=A8=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - EDITOR_ONLY_TAGS常量从recipes store导出,统一引用 - RecipeCard: viewer不显示已审核标签 - RecipeSearch: viewer搜索不匹配已审核标签 - RecipeManager: 标签筛选栏、配方行标签对viewer隐藏 - 所有标签按字母排序(已有) Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/RecipeCard.vue | 4 +--- frontend/src/stores/recipes.js | 2 ++ frontend/src/views/RecipeManager.vue | 13 +++++++++---- frontend/src/views/RecipeSearch.vue | 5 +++-- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/RecipeCard.vue b/frontend/src/components/RecipeCard.vue index b2184b0..3e8b1de 100644 --- a/frontend/src/components/RecipeCard.vue +++ b/frontend/src/components/RecipeCard.vue @@ -20,11 +20,9 @@