From ebd5440d4565c3033df4ccdbda5e7e80825ab919 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 5 Jun 2026 10:03:27 +0800 Subject: [PATCH] Rename word library nav to memory curve and show it by default Open /words on the memory visualization view first and align dashboard, bottom nav, and practice back navigation labels with the new naming. Co-authored-by: Cursor --- frontend/src/layouts/MainLayout.vue | 4 ++-- frontend/src/pages/Dashboard.vue | 2 +- frontend/src/pages/GraphPractice.vue | 2 +- frontend/src/pages/WordLibrary.vue | 13 +++++++++---- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/frontend/src/layouts/MainLayout.vue b/frontend/src/layouts/MainLayout.vue index 18b3c33..71ff9e2 100644 --- a/frontend/src/layouts/MainLayout.vue +++ b/frontend/src/layouts/MainLayout.vue @@ -9,8 +9,8 @@ 首页 - 📚 - 词库 + 📈 + 记忆曲线 💬 diff --git a/frontend/src/pages/Dashboard.vue b/frontend/src/pages/Dashboard.vue index af32619..c24a390 100644 --- a/frontend/src/pages/Dashboard.vue +++ b/frontend/src/pages/Dashboard.vue @@ -58,7 +58,7 @@ onMounted(async () => {
- 单词库 + 记忆曲线 开始每日训练 拼写练习 记忆对话 diff --git a/frontend/src/pages/GraphPractice.vue b/frontend/src/pages/GraphPractice.vue index 9fc1b2d..e6fab7e 100644 --- a/frontend/src/pages/GraphPractice.vue +++ b/frontend/src/pages/GraphPractice.vue @@ -193,7 +193,7 @@ watch(practiceMode, () => {