fix: 我的配方加共享按钮 + 管理员显示版本号
- 我的配方卡片右上角加📤共享按钮,已共享/审核中显示状态标签 - 管理员账号标题下显示版本号和日期 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<div class="header-title">
|
||||
<h1>doTERRA 配方计算器</h1>
|
||||
<p>查询配方 · 计算成本 · 自制配方 · 导出卡片 · 精油知识</p>
|
||||
<p v-if="auth.isAdmin" class="version-info">v2.0.0 · 2026-04-10</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="header-right" @click="toggleUserMenu">
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user