diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 8a396ce..3de03fe 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -9,6 +9,7 @@

doTERRA 配方计算器

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

+

v2.0.0 · 2026-04-10

@@ -255,6 +256,11 @@ onMounted(async () => { letter-spacing: 0.5px; white-space: nowrap; } +.version-info { + font-size: 10px !important; + opacity: 0.5 !important; + margin-top: 1px !important; +} .header-right { flex-shrink: 0; cursor: pointer; diff --git a/frontend/src/views/RecipeSearch.vue b/frontend/src/views/RecipeSearch.vue index d221238..1f04aa1 100644 --- a/frontend/src/views/RecipeSearch.vue +++ b/frontend/src/views/RecipeSearch.vue @@ -64,6 +64,7 @@ /> 已共享 审核中 +
暂无个人配方
@@ -688,6 +689,23 @@ function onCarouselTouchEnd(e) { color: #e65100; } +.share-btn { + position: absolute; + top: 8px; + right: 8px; + background: rgba(255,255,255,0.9); + border: 1px solid #d4cfc7; + border-radius: 8px; + padding: 2px 8px; + font-size: 14px; + cursor: pointer; +} + +.share-btn:hover { + background: #e8f5e9; + border-color: #7ec6a4; +} + .contrib-badge { font-size: 11px; color: #4a9d7e;