Restore bottom nav entry for memory coach dialogue.

Keep the training FAB while adding a visible 对话 tab so users can
reach /coach without opening the floating menu.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
John
2026-06-04 18:15:52 -07:00
parent c1a6a105ef
commit a301d50ce1
2 changed files with 8 additions and 2 deletions
+4
View File
@@ -15,6 +15,10 @@
<span class="nav-icon">📚</span>
词库
</router-link>
<router-link to="/coach" class="nav-item">
<span class="nav-icon">💬</span>
对话
</router-link>
<router-link to="/settings" class="nav-item">
<span class="nav-icon"></span>
设置
+4 -2
View File
@@ -154,10 +154,12 @@ a {
display: flex;
flex-direction: column;
align-items: center;
font-size: 11px;
font-size: 10px;
color: var(--muted);
padding: 4px 12px;
padding: 4px 6px;
text-decoration: none;
min-width: 0;
flex: 1;
}
.nav-item.router-link-active {