diff --git a/.gitignore b/.gitignore index 2502601..847cb22 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ backups/ # Frontend frontend/node_modules/ frontend/dist/ +frontend/.vite/ diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 4e69697..f65c092 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,66 @@ onMounted(async () => { }, 15000) }) + + diff --git a/frontend/src/views/RecipeManager.vue b/frontend/src/views/RecipeManager.vue index 3679a9a..393f557 100644 --- a/frontend/src/views/RecipeManager.vue +++ b/frontend/src/views/RecipeManager.vue @@ -196,7 +196,7 @@