diff --git a/frontend/src/views/RecipeManager.vue b/frontend/src/views/RecipeManager.vue
index 29d538f..3679a9a 100644
--- a/frontend/src/views/RecipeManager.vue
+++ b/frontend/src/views/RecipeManager.vue
@@ -58,40 +58,33 @@
-
+
📖 我的配方 ({{ myRecipes.length }})
-
-
-
{{ r.name }}
+
+ {{ d.name }}
- {{ t }}
+ {{ t }}
- {{ oils.fmtPrice(oils.calcCost(r.ingredients)) }}
+ {{ oils.fmtPrice(oils.calcCost(d.ingredients || [])) }}
-
-
+
+
暂无个人配方
-
-
+
+
🌿 公共配方库 ({{ publicRecipes.length }})