diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 4e69697..c822e4c 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -2,38 +2,23 @@
⚠️ 预览环境 · PR #{{ prId }} · 数据为生产副本,修改不影响正式环境
-
-
-
🌿
-
-

- doTERRA 配方计算器 - v2.2.0 - - - - - -

-

- 查询配方 - · - 计算成本 - · - 自制配方 - · - 导出卡片 - · - 精油知识 -

+
+
+
+
🌿
+
+

doTERRA 配方计算器

+

查询配方 · 计算成本 · 自制配方 · 导出卡片 · 精油知识

+
+
+
+ +
@@ -141,3 +126,73 @@ onMounted(async () => { }, 15000) }) + + diff --git a/frontend/src/views/RecipeManager.vue b/frontend/src/views/RecipeManager.vue index 3679a9a..a304c47 100644 --- a/frontend/src/views/RecipeManager.vue +++ b/frontend/src/views/RecipeManager.vue @@ -7,10 +7,15 @@
- {{ r.name }} - {{ r._owner_name }} - - +
+ {{ r.name }} + 来自 {{ r._owner_name }} + {{ r.ingredients.map(i => i.oil).join('、') }} +
+
+ + +
@@ -196,7 +201,7 @@